From: Brian Ng Date: Wed, 31 May 2017 20:02:26 +0000 (-0500) Subject: Use correct version of babel-preset-es2015 X-Git-Tag: v4.0.0-beta~166^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4119023482675d3cb796e3347d243c3ca7f359a1;p=thirdparty%2Fbootstrap.git 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) --- diff --git a/package.json b/package.json index 8fb8c82461..dffc58f836 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",