We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3b0d91 + 43e8fe0 commit 5d154c0Copy full SHA for 5d154c0
package.json
@@ -43,7 +43,7 @@
43
"memorystream": "^0.3.1",
44
"require-from-string": "^1.1.0",
45
"semver": "^5.3.0",
46
- "yargs": "^4.7.1"
+ "yargs": "^11.0.0"
47
},
48
"devDependencies": {
49
"coveralls": "^3.0.0",
solcjs
@@ -37,8 +37,7 @@ var yargs = require('yargs')
37
describe: 'Output directory for the contracts.',
38
type: 'string'
39
})
40
- .global([ 'version', 'optimize' ])
41
- .version(function() { return solc.version(); })
+ .version(solc.version())
42
.showHelpOnFail(false, 'Specify --help for available options')
.help()
0 commit comments