From 52ff0dd41f3660f1d9daa4aea78b612e12c59c1e Mon Sep 17 00:00:00 2001 From: Corbacho Date: Sat, 27 Sep 2014 23:11:13 +0300 Subject: [PATCH] Update gulp-imagemin to 1.0.1 to avoid errors during installation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01afeb0..f376784 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "execSync": "^1.0.1-pre", "fs-extra": "^0.10.0", "gulp-cached": "^1.0.1", - "gulp-imagemin": "^0.6.2", + "gulp-imagemin": "^1.0.1", "gulp-jshint": "^1.8.4", "gulp-minify-css": "^0.3.7", "gulp-rev": "^1.0.0",