Skip to content

Commit 96a349e

Browse files
committed
Better dependency versions for grunt packages, thanks @Krinkle!
1 parent 34946b3 commit 96a349e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
},
2727
"dependencies": {},
2828
"devDependencies": {
29-
"grunt-compare-size": "0.3.1",
30-
"grunt-git-authors": "1.1.0-beta.1",
31-
"grunt-update-submodules": "0.2.0",
32-
"grunt-contrib-watch": "~0.1.4",
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.0",
3333
"grunt-contrib-jshint": "~0.1.0",
3434
"grunt-contrib-uglify": "~0.1.0",
35-
"grunt": "~0.4.0rc4",
36-
"grunt-cli": "0.1.6",
35+
"grunt-cli": "~0.1.0",
36+
"grunt": "~0.4.0",
3737
"testswarm": "0.2.2"
3838
},
3939
"keywords": []

0 commit comments

Comments
 (0)