From f9070e80c2a8a957c6c222892e26617ace6d0cf2 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 12 Mar 2017 23:44:56 +0100 Subject: [PATCH] Grunt plugins update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fbb66ee..aac35c1 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "dependencies": { "bower": "~1.8.0", "grunt": "~1.0.1", - "grunt-contrib-cssmin": "~1.0.0", - "grunt-contrib-uglify": "~2.0.0" + "grunt-contrib-cssmin": "~2.0.0", + "grunt-contrib-uglify": "~2.2.0" }, "devDependencies": { - "grunt-contrib-compress": "~1.3.0", + "grunt-contrib-compress": "~1.4.1", "grunt-contrib-watch": "~1.0.0", "grunt-fixpack": "~0.1.0", "grunt-githash": "~0.1.3",