Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Commit

Permalink
Upgrade to Babel 6.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBuild authored and Daniel15 committed Sep 1, 2016
1 parent 06320af commit 94a898b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-standalone",
"version": "6.14.0",
"version": "6.15.0",
"description": "Standalone build of Babel for use in non-Node.js environments. Similar to the (now deprecated) babel-browser",
"main": "babel.js",
"scripts": {
Expand All @@ -27,9 +27,9 @@
"babel-plugin-minify-flip-comparisons": "0.0.1",
"babel-plugin-minify-guarded-expressions": "0.0.1",
"babel-plugin-minify-infinity": "0.0.1",
"babel-plugin-minify-mangle-names": "0.0.1",
"babel-plugin-minify-mangle-names": "0.0.2",
"babel-plugin-minify-replace": "0.0.1",
"babel-plugin-minify-simplify": "0.0.1",
"babel-plugin-minify-simplify": "0.0.2",
"babel-plugin-minify-type-constructors": "0.0.1",
"babel-plugin-syntax-async-functions": "6.13.0",
"babel-plugin-syntax-async-generators": "6.13.0",
Expand All @@ -55,7 +55,7 @@
"babel-plugin-transform-do-expressions": "6.8.0",
"babel-plugin-transform-es2015-arrow-functions": "6.8.0",
"babel-plugin-transform-es2015-block-scoped-functions": "6.8.0",
"babel-plugin-transform-es2015-block-scoping": "6.14.0",
"babel-plugin-transform-es2015-block-scoping": "6.15.0",
"babel-plugin-transform-es2015-classes": "6.14.0",
"babel-plugin-transform-es2015-computed-properties": "6.8.0",
"babel-plugin-transform-es2015-destructuring": "6.9.0",
Expand Down Expand Up @@ -106,12 +106,12 @@
"babel-plugin-transform-regenerator": "6.14.0",
"babel-plugin-transform-remove-console": "6.8.0",
"babel-plugin-transform-remove-debugger": "6.8.0",
"babel-plugin-transform-runtime": "6.12.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-plugin-transform-simplify-comparison-operators": "6.8.0",
"babel-plugin-transform-strict-mode": "6.11.3",
"babel-plugin-transform-undefined-to-void": "6.8.0",
"babel-plugin-undeclared-variables-check": "6.8.0",
"babel-preset-babili": "0.0.1",
"babel-preset-babili": "0.0.2",
"babel-preset-es2015": "6.14.0",
"babel-preset-es2016": "6.11.3",
"babel-preset-es2017": "6.14.0",
Expand Down

0 comments on commit 94a898b

Please sign in to comment.