Skip to content

Commit

Permalink
fix: pull in yargs-parser with modified env precedence (#787)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: environment variables now take precedence over config files.
  • Loading branch information
bcoe authored and stevezhu committed Feb 25, 2017
1 parent fb9be80 commit f3e55d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"string-width": "^1.0.2",
"which-module": "^1.0.0",
"y18n": "^3.2.1",
"yargs-parser": "^4.2.1"
"yargs-parser": "^5.0.0"
},
"devDependencies": {
"chai": "^3.4.1",
Expand Down

0 comments on commit f3e55d8

Please sign in to comment.