Use correct version of babel-preset-es2015

The 7.x-alpha preset won't work with 6.x core.

An alternative would be to bump babel-cli to 7.x-alpha (if you'd like to help us test :D)
This commit is contained in:
Brian Ng 2017-05-31 15:02:26 -05:00 committed by Mark Otto
parent 5f493cfc74
commit 4119023482
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
"babel-cli": "^6.24.1", "babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3", "babel-eslint": "^7.2.3",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1", "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"babel-preset-es2015": "^7.0.0-alpha.7", "babel-preset-es2015": "^6.24.1",
"clean-css-cli": "^4.1.3", "clean-css-cli": "^4.1.3",
"eslint": "^3.19.0", "eslint": "^3.19.0",
"htmlhint": "^0.9.13", "htmlhint": "^0.9.13",