]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
deps: peg grunt to ~0.4 3092/head
authorMyles Borins <myles.borins@gmail.com>
Tue, 5 Apr 2016 07:28:19 +0000 (00:28 -0700)
committerMyles Borins <myles.borins@gmail.com>
Tue, 5 Apr 2016 07:31:02 +0000 (00:31 -0700)
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

package.json

index e4e65302e79b6b91dbcc7247149c15dfc3ad5ad1..bfa2ac773d79424dbbbf0bfb9b65db7dbf64627a 100644 (file)
@@ -37,7 +37,7 @@
     "devDependencies": {
         "uglify-js": "latest",
         "es6-promise": "latest",
-        "grunt": "latest",
+        "grunt": "~0.4",
         "grunt-cli": "latest",
         "benchmark": "latest",
         "esperanto": "latest",