From 81f3fc9a2d8cfd3a87d134ca1335ed99cae4a8a8 Mon Sep 17 00:00:00 2001 From: w8tcha Date: Wed, 23 Aug 2017 18:36:51 +0200 Subject: [PATCH] now the grunt task should run --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01afb2a8..6c6d0b17 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "devDependencies": { "grunt": "~0.4.2", - "grunt-contrib-imagemin": "0.9.2", + "grunt-contrib-imagemin": "2.0.1", "grunt-contrib-requirejs": "^1.0.0", "grunt-contrib-watch": "~0.5.3", "grunt-yui-compressor": "~0.4.0"