diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-04-23 20:53:09 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-04-23 20:53:09 +0200 |
commit | bc39338d3545522e31b68c50caa2a7d719354a70 (patch) | |
tree | c0536bfd13d1d5c62d4b79ef7dc3d6bdb6a063b5 | |
parent | fa610da68440530e73bba296a1f982f94dfeac99 (diff) | |
download | jquery-bc39338d3545522e31b68c50caa2a7d719354a70.tar.gz jquery-bc39338d3545522e31b68c50caa2a7d719354a70.zip |
Build: Revert grunt from 1.0.1 to 0.4.5
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
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3d2421c0e..c9e5f7ceb 100644 --- a/package.json +++ b/package.json @@ -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", |