From: Nicolas Coden Date: Wed, 7 Dec 2016 17:50:26 +0000 (+0100) Subject: Fix wrong inquirer version X-Git-Tag: v6.3.0-rc2~1^2~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eff151b050c6bbae00af14986692ebe4f94fb16;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix wrong inquirer version Fix wrong `inquirer` version introduced in: PR: https://github.com/zurb/foundation-sites/pull/9452. Commit: 5eed50bdbcb306494cd019838b4fea6c26b64680 Message: “Update `inquirer` from `^0.11.4` (currently `v0.11.4`) to `^2.0.0`.” --- diff --git a/package.json b/package.json index d2037fab2..f27f3c5b3 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "gulp-sourcemaps": "^2.2.1", "gulp-uglify": "^2.0.0", "gulp-zip": "^3.2.0", - "inquirer": "^1.2.3", + "inquirer": "^2.0.0", "is-empty-object": "^1.1.1", "js-yaml": "^3.5.4", "mocha": "^3.2.0",