Skip to content

Commit 7d87697

Browse files
committed
fix(gen): move bluebird to dependencies
closes #1888
1 parent 060d49f commit 7d87697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"babel-plugin-syntax-class-properties": "^6.5.0",
3939
"babel-plugin-syntax-flow": "^6.5.0",
4040
"babel-plugin-transform-flow-strip-types": "^6.7.0",
41+
"bluebird": "^3.3.5",
4142
"chalk": "^1.1.0",
4243
"generator-ng-component": "~0.3.0",
4344
"glob": "^7.0.3",
@@ -55,7 +56,6 @@
5556
"babel-plugin-transform-class-properties": "^6.6.0",
5657
"babel-preset-es2015": "^6.6.0",
5758
"babel-register": "^6.6.5",
58-
"bluebird": "^3.3.5",
5959
"chai": "^3.2.0",
6060
"del": "^2.2.0",
6161
"grunt": "^1.0.1",

0 commit comments

Comments
 (0)