Update grunt dependencies

This commit is contained in:
Weslly Honorato
2013-08-22 17:14:00 -03:00
parent 0f64a4f74e
commit 1c1269ed8b

View File

@@ -18,12 +18,12 @@
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt-recess": "~0.3.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.2",
"grunt-recess": "~0.3.5",
"grunt-imageoptim": "~1.2.11"
}
}