Skip to content

Commit

Permalink
fix(generator): fix compile error caused by latest babel-preset-es2017
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghuabei committed Oct 23, 2016
1 parent c32a75a commit 9e736f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
},
"devDependencies": {
"babel-cli": "*",
"babel-preset-es2017": "1.4.0",
"babel-preset-es2017": "6.x",
"babel-preset-es2016": "6.x",
"babel-preset-es2015": "6.x",
"coveralls": "*",
"chai": "*",
"isparta": "*",
Expand Down

0 comments on commit 9e736f3

Please sign in to comment.