updated Grunt to 0.4.1 (needed for node 0.10.0 compatibility). Closes gh-1202

This commit is contained in:
Michał Gołębiowski 2013-03-18 12:51:04 -04:00 committed by Rick Waldron
parent 92b23673e6
commit c5fc953d19

View File

@ -24,12 +24,12 @@
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"grunt-compare-size": "~0.4.0", "grunt-compare-size": "~0.4.0",
"grunt-git-authors": "1.0.0", "grunt-git-authors": "1.2.0",
"grunt-update-submodules": "0.2.0", "grunt-update-submodules": "0.2.0",
"grunt-contrib-watch": "0.1.4", "grunt-contrib-watch": "0.3.1",
"grunt-contrib-jshint": "0.1.1rc6", "grunt-contrib-jshint": "0.1.1rc6",
"grunt-contrib-uglify": "0.1.1rc6", "grunt-contrib-uglify": "0.1.2",
"grunt": "0.4.0rc5", "grunt": "0.4.1",
"testswarm": "0.2.2" "testswarm": "0.2.2"
}, },
"keywords": [] "keywords": []