From 957697adf0dd6c4590368d7b62ea14d08548ef1f Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 11 Dec 2015 03:37:36 +0000 Subject: [PATCH] Build Tools: Update grunt-contrib-imagemin to v1.0.0 This updates `imagemin` to 4.0.0, which fixes an error when running `grunt imagemin:core`. Props netweb. Fixes #35003. git-svn-id: https://develop.svn.wordpress.org/trunk@35859 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04d2a2324f..d11e8ff8a1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "grunt-contrib-concat": "~0.5.1", "grunt-contrib-copy": "~0.8.2", "grunt-contrib-cssmin": "~0.14.0", - "grunt-contrib-imagemin": "~0.9.4", + "grunt-contrib-imagemin": "~1.0.0", "grunt-contrib-jshint": "~0.11.3", "grunt-contrib-qunit": "~0.7.0", "grunt-contrib-uglify": "~0.10.0",