From 082c3dd6c908a59b5aec78af8ddb39d4bd70308a Mon Sep 17 00:00:00 2001 From: David Miller Date: Tue, 12 Aug 2014 23:18:17 -0400 Subject: [PATCH] imagemin to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d0eda6..c623ab4 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "grunt": "~0.4.5", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-concat": "~0.5.0", - "grunt-contrib-less": "~0.11.4" + "grunt-contrib-less": "~0.11.4", + "grunt-contrib-imagemin": "~0.8.0" } }