]> source.dussan.org Git - jquery.git/commitdiff
Build: Revert grunt from 1.0.1 to 0.4.5
authorMichał Gołębiowski <m.goleb@gmail.com>
Sat, 23 Apr 2016 18:53:09 +0000 (20:53 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Sat, 23 Apr 2016 18:53:09 +0000 (20:53 +0200)
grunt-compare-size specifies grunt ">= 0.4.0 < 0.5" in its peerDependencies
which makes `npm install` break with npm <3.

Refs rwaldron/grunt-compare-size#25

package.json

index 3d2421c0edd02c4af238c45a2534e4982f81dbb3..c9e5f7ceb8c38399b3abbe8d2da02ab90632cc92 100644 (file)
@@ -29,7 +29,7 @@
     "commitplease": "2.3.1",
     "core-js": "2.2.2",
     "cross-spawn": "2.2.3",
-    "grunt": "1.0.1",
+    "grunt": "0.4.5",
     "grunt-babel": "6.0.0",
     "grunt-cli": "1.2.0",
     "grunt-compare-size": "0.4.0",