mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
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:
parent
5f493cfc74
commit
4119023482
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
"babel-cli": "^6.24.1",
|
||||
"babel-eslint": "^7.2.3",
|
||||
"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",
|
||||
"eslint": "^3.19.0",
|
||||
"htmlhint": "^0.9.13",
|
||||
|
|
Loading…
Add table
Reference in a new issue