From e186ad870ceffce84164c1f5e6eb7dcb857ddf73 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 28 Oct 2014 19:30:24 +0000 Subject: [PATCH] Update grunt-contrib-clean to 0.6.0 Upstream changes https://github.com/gruntjs/grunt-contrib-clean/compare/v0.5.0...v0.6.0 see #30141 git-svn-id: https://develop.svn.wordpress.org/trunk@30062 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63f29d6c08..c49eeb974b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devDependencies": { "grunt": "~0.4.5", "grunt-autoprefixer": "~0.8.2", - "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-clean": "~0.6.0", "grunt-contrib-compress": "~0.12.0", "grunt-contrib-concat": "~0.5.0", "grunt-contrib-copy": "~0.5.0",