Skip to content

Commit

Permalink
Update yargs
Browse files Browse the repository at this point in the history
Updating to babel-minify will have to wait for babel/minify#719 to be fixed
  • Loading branch information
curiousdannii committed Nov 29, 2017
1 parent 8bdb16d commit b7210d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@ language: node_js
node_js:
- node

cache:
directories:
- node_modules

script:
- make
2 changes: 0 additions & 2 deletions bin/zvm.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ var argv = yargs
type: 'boolean',
},
})
.help()
.alias( 'h', 'help' )
.version()
.alias( 'v', 'version' )
.argv;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bugs": "https://github.com/curiousdannii/ifvms.js/issues",
"dependencies": {
"glkote-term": "^0.3.0",
"yargs": "^9.0.1"
"yargs": "^10.0.3"
},
"devDependencies": {
"babili": "^0.1.2",
Expand Down

0 comments on commit b7210d3

Please sign in to comment.