From cd8e902032f2756f8749e8d9094e91c71450578d Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Tue, 16 Jul 2013 16:01:43 -0500 Subject: [PATCH] update grunt-contrib-clean to 0.5.x Version 0.4.x doesn't seem to work with grunt 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 011266d..d2d8ffc 100644 --- a/package.json +++ b/package.json @@ -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",