Skip to content

Commit

Permalink
fix(gen): move bluebird to dependencies
Browse files Browse the repository at this point in the history
closes #1888
  • Loading branch information
Awk34 committed May 15, 2016
1 parent 060d49f commit 7d87697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"babel-plugin-syntax-class-properties": "^6.5.0",
"babel-plugin-syntax-flow": "^6.5.0",
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"bluebird": "^3.3.5",
"chalk": "^1.1.0",
"generator-ng-component": "~0.3.0",
"glob": "^7.0.3",
Expand All @@ -55,7 +56,6 @@
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.5",
"bluebird": "^3.3.5",
"chai": "^3.2.0",
"del": "^2.2.0",
"grunt": "^1.0.1",
Expand Down

0 comments on commit 7d87697

Please sign in to comment.