Skip to content

Commit

Permalink
fix(package): include gulp devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Apr 24, 2016
1 parent 61f70f6 commit c857b27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"yeoman-welcome": "^1.0.1"
},
"devDependencies": {
"chai": "^3.2.0",
"babel-register": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.5",
"chai": "^3.2.0",
"del": "^2.2.0",
"grunt": "^1.0.1",
"grunt-build-control": "^0.7.0",
Expand All @@ -64,6 +64,7 @@
"grunt-env": "^0.4.1",
"grunt-mocha-test": "^0.12.7",
"grunt-release": "^0.13.0",
"gulp": "^3.9.1",
"jit-grunt": "~0.10.0",
"mocha": "^2.2.5",
"q": "^1.0.1",
Expand Down

0 comments on commit c857b27

Please sign in to comment.