From 2285c9195d4e8c85d9a77c53c0cce0c012a59f80 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 28 Oct 2014 19:34:41 +0000 Subject: [PATCH] Update grunt-contrib-copy to 0.7.0 Upstream changes https://github.com/gruntjs/grunt-contrib-copy/compare/v0.5.0...v0.7.0 see #30141 git-svn-id: https://develop.svn.wordpress.org/trunk@30063 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c49eeb974b..fe3c65cb29 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "grunt-contrib-clean": "~0.6.0", "grunt-contrib-compress": "~0.12.0", "grunt-contrib-concat": "~0.5.0", - "grunt-contrib-copy": "~0.5.0", + "grunt-contrib-copy": "~0.7.0", "grunt-contrib-cssmin": "~0.10.0", "grunt-contrib-imagemin": "~0.9.1", "grunt-contrib-jshint": "~0.10.0",