From bbdab64ed390d0ef7c759d23d9b156177cd38482 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 28 Oct 2014 19:20:48 +0000 Subject: [PATCH] Update grunt-contrib-compress to 0.12.0 Upstream changes https://github.com/gruntjs/grunt-contrib-compress/compare/f0762ba6e265ec768e65af07fc96512bd8798080...v0.12.0 see #30141 git-svn-id: https://develop.svn.wordpress.org/trunk@30060 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c383b20d3a..0ad33e08b3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "grunt": "~0.4.5", "grunt-autoprefixer": "~0.8.2", "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-compress": "~0.10.0", + "grunt-contrib-compress": "~0.12.0", "grunt-contrib-concat": "~0.5.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-cssmin": "~0.10.0",