]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use correct version of babel-preset-es2015
authorBrian Ng <bng412@gmail.com>
Wed, 31 May 2017 20:02:26 +0000 (15:02 -0500)
committerMark Otto <markd.otto@gmail.com>
Thu, 1 Jun 2017 03:32:25 +0000 (20:32 -0700)
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)

package.json

index 8fb8c824613309689b4499839286a1fd37abe52a..dffc58f8369115b16cf896e730ee3ff293a653b2 100644 (file)
@@ -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",