From ee5d14e07d41f5b04b12d3130d3eab34aafe3f42 Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Thu, 3 Mar 2016 23:08:15 +0100 Subject: [PATCH] fix: make gulp depedencies available for prod installs * fixes a bug introduced with a8c40a9 * the `init` sub command depends on `gulp` and `gulp-git` closes #153 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6debc93a..03e79f6b 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,6 @@ "chai": "3.5.0", "codecov.io": "0.1.6", "ghooks": "1.0.3", - "gulp": "3.9.1", - "gulp-git": "1.7.0", "istanbul": "0.3.22", "mocha": "2.4.5", "node-uuid": "1.4.7", @@ -68,6 +66,8 @@ "detect-indent": "4.0.0", "find-node-modules": "1.0.1", "glob": "7.0.0", + "gulp": "3.9.1", + "gulp-git": "1.7.0", "inquirer": "0.12.0", "lodash": "4.6.1", "find-root": "^1.0.0",