From 03fd637beabd53bf84b0fb64a997bb0e7fe24239 Mon Sep 17 00:00:00 2001 From: Kevin Martensson Date: Mon, 1 Sep 2014 13:44:54 +0200 Subject: [PATCH] Bump grunt-contrib-imagemin dependency Fix #834. --- templates/common/root/_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/root/_package.json b/templates/common/root/_package.json index e9ce9138d..5573a6de0 100644 --- a/templates/common/root/_package.json +++ b/templates/common/root/_package.json @@ -14,7 +14,7 @@ "grunt-contrib-copy": "^0.5.0", "grunt-contrib-cssmin": "^0.9.0", "grunt-contrib-htmlmin": "^0.3.0", - "grunt-contrib-imagemin": "^0.7.0", + "grunt-contrib-imagemin": "^0.8.1", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-uglify": "^0.4.0", "grunt-contrib-watch": "^0.6.1",