Skip to content

Commit

Permalink
feat: update yargs-parser to version 3.1.0 (#581)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: yargs-parser now better handles negative integer values, at the cost of handling numeric option names, e.g., -1 hello
  • Loading branch information
greenkeeperio-bot authored and bcoe committed Aug 9, 2016
1 parent be65728 commit 882a127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"which-module": "^1.0.0",
"window-size": "^0.2.0",
"y18n": "^3.2.1",
"yargs-parser": "^2.4.1"
"yargs-parser": "^3.1.0"
},
"devDependencies": {
"chai": "^3.4.1",
Expand Down

0 comments on commit 882a127

Please sign in to comment.