diff options
| author | Brian Ng <[email protected]> | 2017-05-31 15:02:26 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-31 20:32:25 -0700 |
| commit | 4119023482675d3cb796e3347d243c3ca7f359a1 (patch) | |
| tree | fc641200135fc754fb9e490ee34e89ad98a11932 | |
| parent | 5f493cfc74c3def557a189eca9e47dfd02084e09 (diff) | |
| download | bootstrap-4119023482675d3cb796e3347d243c3ca7f359a1.tar.xz bootstrap-4119023482675d3cb796e3347d243c3ca7f359a1.zip | |
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)
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8fb8c8246..dffc58f83 100644 --- a/package.json +++ b/package.json @@ -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", |
