Skip to content

Commit

Permalink
fix!: update to yargs-parser with fix for array default values (#1463)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: yargs-parser@16.0.0 drops support for Node 6
  • Loading branch information
bcoe committed Oct 27, 2019
1 parent 5120aec commit ebee59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"string-width": "^3.0.0",
"which-module": "^2.0.0",
"y18n": "^4.0.0",
"yargs-parser": "^15.0.0"
"yargs-parser": "^16.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit ebee59d

Please sign in to comment.