Skip to content

Commit

Permalink
chore(deps): yargs@9.0.1
Browse files Browse the repository at this point in the history
- fix usage of help & version
  • Loading branch information
acburdine committed Oct 9, 2017
1 parent cb68a3d commit 3c5235a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module.exports = {
type: 'boolean',
default: true
})
.help()
.version(false)
.parse(argv);
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tail": "1.2.2",
"update-notifier": "2.3.0",
"validator": "7.2.0",
"yargs": "8.0.2",
"yargs": "9.0.1",
"yarn": "1.1.0"
},
"devDependencies": {
Expand Down
24 changes: 21 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4072,9 +4072,9 @@ yargs-parser@^7.0.0:
dependencies:
camelcase "^4.1.0"

yargs@8.0.2, yargs@^8.0.1:
version "8.0.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-8.0.2.tgz#6299a9055b1cefc969ff7e79c1d918dceb22c360"
yargs@9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-9.0.1.tgz#52acc23feecac34042078ee78c0c007f5085db4c"
dependencies:
camelcase "^4.1.0"
cliui "^3.2.0"
Expand Down Expand Up @@ -4102,6 +4102,24 @@ yargs@^3.19.0:
window-size "^0.1.4"
y18n "^3.2.0"

yargs@^8.0.1:
version "8.0.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-8.0.2.tgz#6299a9055b1cefc969ff7e79c1d918dceb22c360"
dependencies:
camelcase "^4.1.0"
cliui "^3.2.0"
decamelize "^1.1.1"
get-caller-file "^1.0.1"
os-locale "^2.0.0"
read-pkg-up "^2.0.0"
require-directory "^2.1.1"
require-main-filename "^1.0.1"
set-blocking "^2.0.0"
string-width "^2.0.0"
which-module "^2.0.0"
y18n "^3.2.1"
yargs-parser "^7.0.0"

yargs@~3.10.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"
Expand Down

0 comments on commit 3c5235a

Please sign in to comment.