From 323e0ce6bced82202b8784b5ddbed7b91e1aa266 Mon Sep 17 00:00:00 2001 From: Antonio Noca Date: Wed, 18 Oct 2017 21:21:47 +0000 Subject: [PATCH] Issues #163 and #167 Updated to a newer Grunt version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 98eadef..d55c717 100644 --- a/package.json +++ b/package.json @@ -31,13 +31,13 @@ "html-minifier": "~2.1.2" }, "devDependencies": { - "grunt": "~0.4.0", + "grunt": "~1.0.0", "grunt-cli": "~0.1.6", "grunt-contrib-cssmin": "~0.14.0", "grunt-contrib-clean": "~0.7.0", "grunt-contrib-concat": "~0.5.1", "grunt-contrib-jshint": "~0.12.0", - "grunt-contrib-nodeunit": "~0.4.1", + "grunt-contrib-nodeunit": "~1.0.0", "grunt-contrib-uglify": "~0.11.0", "grunt-usemin": "~3.1.1", "grunt-contrib-copy": "~0.8.2"