aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authoradam j. sontag <ajpiano@ajpiano.com>2013-01-10 23:47:48 -0500
committeradam j. sontag <ajpiano@ajpiano.com>2013-01-10 23:47:48 -0500
commit5aba2102b2f62d8a92f262fe6611f9df45088b3a (patch)
tree679531fa4a07f6485176f3187aaadea292d6cf22 /package.json
parentc1a59f78c26eed95f4ad5d69d00578e63754713d (diff)
downloadjquery-5aba2102b2f62d8a92f262fe6611f9df45088b3a.tar.gz
jquery-5aba2102b2f62d8a92f262fe6611f9df45088b3a.zip
Revert grunt, grunt-contrib-jshint, and grunt-contrib-uglify versions used in build until we can adapt Gruntfile to support grunt 0.4.0rc5 changes
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 0eafb8a94..b4f6177d7 100644
--- a/package.json
+++ b/package.json
@@ -30,10 +30,10 @@
"grunt-git-authors": "~1.1.0",
"grunt-update-submodules": "~0.2.0",
"grunt-contrib-watch": "~0.2.0",
- "grunt-contrib-jshint": "~0.1.0",
- "grunt-contrib-uglify": "~0.1.0",
+ "grunt-contrib-jshint": "git://github.com/gruntjs/grunt-contrib-jshint.git#7fd70e86c5a8d489095fa81589d95dccb8eb3a46",
+ "grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#f8da4ff90c7e8f74c81d8e5d3834e6011a90611c",
"grunt-cli": "~0.1.0",
- "grunt": "~0.4.0",
+ "grunt": "0.4.0rc4",
"testswarm": "0.2.2"
},
"keywords": []