update grunt-contrib-clean to 0.5.x

Version 0.4.x doesn't seem to work with grunt 0.4.1
This commit is contained in:
Jacob Williams
2013-07-16 16:01:43 -05:00
parent 273c2e3f72
commit cd8e902032

View File

@@ -19,7 +19,7 @@
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",