From af9a47d5285941ceb0ebbac5fc539fb4600d9570 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 17 Dec 2014 14:20:13 +0100 Subject: [PATCH] Add dev packages --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 538f90c..817649b 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,8 @@ "grunt-contrib-sass": "^0.8.1", "grunt-contrib-uglify": "~0.6.0", "grunt-contrib-watch": "~0.6.1", - "jshint-stylish": "^1.0.0" + "jshint-stylish": "^1.0.0", + "time-grunt": "^1.0.0", + "grunt-shell": "^1.1.1" } }