Skip to content

Commit b594673

Browse files
committed
Choose a lovely set of matching grunt dependencies.
Stylish yet functional, this set of grunt plugins should provide hours of trouble-free operation until rc6 comes out.
1 parent c4b1da4 commit b594673

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

package.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery",
33
"title": "jQuery",
44
"description": "JavaScript library for DOM operations",
5-
"version": "1.9.1pre",
5+
"version": "2.0.1pre",
66
"homepage": "http://jquery.com",
77
"author": {
88
"name": "jQuery Foundation and other contributors",
@@ -21,18 +21,15 @@
2121
"url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
2222
}
2323
],
24-
"scripts": {
25-
"test": "./node_modules/.bin/grunt"
26-
},
2724
"dependencies": {},
2825
"devDependencies": {
29-
"grunt-compare-size": "~0.3.0",
30-
"grunt-git-authors": "~1.1.0",
31-
"grunt-update-submodules": "~0.2.0",
32-
"grunt-contrib-watch": "~0.1.1",
33-
"grunt-contrib-jshint": "~0.1.1",
34-
"grunt-contrib-uglify": "~0.1.1",
35-
"grunt": "0.4.0rc4",
26+
"grunt-compare-size": "0.3.1",
27+
"grunt-git-authors": "1.0.0",
28+
"grunt-update-submodules": "0.2.0",
29+
"grunt-contrib-watch": "0.1.4",
30+
"grunt-contrib-jshint": "0.1.1rc6",
31+
"grunt-contrib-uglify": "0.1.1rc6",
32+
"grunt": "0.4.0rc5",
3633
"testswarm": "0.2.2"
3734
},
3835
"keywords": []

0 commit comments

Comments
 (0)