Skip to content

Commit c016979

Browse files
committed
fix(package): move syntax plugins to deps
fixes #2405
1 parent ab1bf13 commit c016979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-angular-fullstack",
3-
"version": "5.0.0-alpha.0",
3+
"version": "5.0.0-alpha.2",
44
"description": "Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node",
55
"keywords": [
66
"yeoman-generator",
@@ -40,6 +40,8 @@
4040
"babel-register": "^6.18.0",
4141
"babel-plugin-syntax-class-properties": "^6.13.0",
4242
"babel-plugin-syntax-flow": "^6.18.0",
43+
"babel-plugin-syntax-decorators": "^6.13.0",
44+
"babel-plugin-syntax-export-extensions": "^6.13.0",
4345
"babel-plugin-transform-flow-strip-types": "^6.18.0",
4446
"bluebird": "^3.4.5",
4547
"chalk": "^1.1.0",
@@ -57,8 +59,6 @@
5759
"yeoman-welcome": "^1.0.1"
5860
},
5961
"devDependencies": {
60-
"babel-plugin-syntax-decorators": "^6.13.0",
61-
"babel-plugin-syntax-export-extensions": "^6.13.0",
6262
"babel-plugin-transform-class-properties": "^6.19.0",
6363
"babel-preset-es2015": "^6.18.0",
6464
"chai": "^3.5.0",

0 commit comments

Comments
 (0)