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.


Built from https://develop.svn.wordpress.org/trunk@35859


git-svn-id: http://core.svn.wordpress.org/trunk@35823 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2015-12-11 03:39:23 +00:00
parent f4f2116edd
commit 49e2977b7e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35858';
$wp_version = '4.5-alpha-35859';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.