Skip to content

Commit a019303

Browse files
committed
Merge pull request #154 from marionebl/fix/gulp-production-dependency
fix(dependencies): make gulp depedencies available for prod installs
2 parents 3df51d4 + ee5d14e commit a019303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@
5151
"chai": "3.5.0",
5252
"codecov.io": "0.1.6",
5353
"ghooks": "1.0.3",
54-
"gulp": "3.9.1",
55-
"gulp-git": "1.7.0",
5654
"istanbul": "0.3.22",
5755
"mocha": "2.4.5",
5856
"node-uuid": "1.4.7",
@@ -68,6 +66,8 @@
6866
"detect-indent": "4.0.0",
6967
"find-node-modules": "1.0.1",
7068
"glob": "7.0.0",
69+
"gulp": "3.9.1",
70+
"gulp-git": "1.7.0",
7171
"inquirer": "0.12.0",
7272
"lodash": "4.6.1",
7373
"find-root": "^1.0.0",

0 commit comments

Comments
 (0)