Skip to content

Commit

Permalink
fix: pull in yargs-parser with modified env precedence (yargs#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 committed Feb 26, 2017
1 parent 0997288 commit e0fbbe5
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 e0fbbe5

Please sign in to comment.