From b2613f94b4e5f9c18d24beedf17b0506955d74fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Machist=C3=A9=20N=2E=20Quintana?= Date: Wed, 29 Apr 2015 12:22:25 -0400 Subject: [PATCH] Update yargs semver version range --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 504eb05fa..42e39c463 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "theorist": "^1.0.2", "typescript-simple": "1.0.0", "underscore-plus": "^1.6.6", - "yargs": "^3.7.2" + "yargs": ">=3.7.2 <4.0" }, "packageDependencies": { "atom-dark-syntax": "0.26.0",