Skip to content

Commit

Permalink
fix: make gulp depedencies available for prod installs
Browse files Browse the repository at this point in the history
* fixes a bug introduced with a8c40a9
* the `init` sub command depends on `gulp` and `gulp-git`

closes #153
  • Loading branch information
marionebl committed Mar 3, 2016
1 parent 3df51d4 commit ee5d14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit ee5d14e

Please sign in to comment.