Skip to content

Commit

Permalink
Merge branch 'master' into version0425
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Sep 13, 2018
2 parents 3058156 + e17ee77 commit be36248
Show file tree
Hide file tree
Showing 14 changed files with 1,539 additions and 192 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"memorystream": "^0.3.1",
"require-from-string": "^1.1.0",
"semver": "^5.3.0",
"yargs": "^4.7.1"
"yargs": "^11.0.0"
},
"devDependencies": {
"coveralls": "^3.0.0",
Expand Down
3 changes: 1 addition & 2 deletions solcjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ var yargs = require('yargs')
describe: 'Output directory for the contracts.',
type: 'string'
})
.global([ 'version', 'optimize' ])
.version(function() { return solc.version(); })
.version(solc.version())
.showHelpOnFail(false, 'Specify --help for available options')
.help()

Expand Down
Loading

0 comments on commit be36248

Please sign in to comment.