From: Myles Borins Date: Tue, 5 Apr 2016 07:28:19 +0000 (-0700) Subject: deps: peg grunt to ~0.4 X-Git-Tag: 2.13.0~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3092%2Fhead;p=thirdparty%2Fmoment.git deps: peg grunt to ~0.4 Dev deps cannot pass with grunt > 0.4 1.0 will fail without deps themselves updating. PEgging the grunt dep ensures that npm install will work without error fixes #3091 --- diff --git a/package.json b/package.json index e4e65302e..bfa2ac773 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "devDependencies": { "uglify-js": "latest", "es6-promise": "latest", - "grunt": "latest", + "grunt": "~0.4", "grunt-cli": "latest", "benchmark": "latest", "esperanto": "latest",