diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2013-01-26 13:38:04 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-01-26 15:05:42 -0500 |
commit | 47a6f52dc95b0f3a3a32d72752405fdfada0a74c (patch) | |
tree | cb7071ce05683451ddcfbd3aa3319f66a571e15b /package.json | |
parent | 58cd84f9d55ba8ce4311265990bd94cea73c4725 (diff) | |
download | jquery-47a6f52dc95b0f3a3a32d72752405fdfada0a74c.tar.gz jquery-47a6f52dc95b0f3a3a32d72752405fdfada0a74c.zip |
Fix build until next grunt rc, disable compare_size.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json index f0c9845f0..1d8b16fb4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery", "title": "jQuery", "description": "JavaScript library for DOM operations", - "version": "2.0.0pre", + "version": "1.9.1pre", "homepage": "http://jquery.com", "author": { "name": "jQuery Foundation and other contributors", @@ -29,10 +29,9 @@ "grunt-compare-size": "~0.3.0", "grunt-git-authors": "~1.1.0", "grunt-update-submodules": "~0.2.0", - "grunt-contrib-watch": "~0.2.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-contrib-watch": "~0.1.1", + "grunt-contrib-jshint": "~0.1.1", + "grunt-contrib-uglify": "~0.1.1", "grunt": "0.4.0rc4", "testswarm": "0.2.2" }, |