Skip to content

Commit

Permalink
chore: upgrade to version of yargs-parser that does not populate valu…
Browse files Browse the repository at this point in the history
…e for unset boolean (#1104)

BREAKING CHANGE: yargs-parser does not populate 'false' when boolean flag is not passed
  • Loading branch information
bcoe committed Apr 7, 2018
1 parent 3f0746c commit d4705f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"string-width": "^2.0.0",
"which-module": "^2.0.0",
"y18n": "^3.2.1",
"yargs-parser": "^9.0.2"
"yargs-parser": "^10.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit d4705f4

Please sign in to comment.