From a64a2239966be21d7db7104edd14b6f14a4a73a8 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 1 Aug 2016 12:50:53 +0200 Subject: [PATCH] Separate dev grunt modules --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2620eab..212372f 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,13 @@ "grunt-cli": "~1.2.0", "grunt-contrib-cssmin": "~1.0.0", "grunt-contrib-uglify": "~1.0.0", + "bower": "~1.7.1" + }, + "devDependencies": { "grunt-contrib-watch": "~1.0.0", "grunt-phpcs": "~0.4.0", "grunt-phpunit": "~0.3.6", "grunt-contrib-compress": "~1.3.0", - "bower": "~1.7.1", "grunt-githash": "~0.1.3", "grunt-jslint": "~1.1.14" },