From f3e55d82bc2285c725055b658a07ce5bc0cf8245 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sat, 25 Feb 2017 00:20:14 -0600 Subject: [PATCH] fix: pull in yargs-parser with modified env precedence (#787) BREAKING CHANGE: environment variables now take precedence over config files. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 091161482..ec5eb96c1 100644 --- a/package.json +++ b/package.json @@ -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",