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.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBuild authored and Daniel15 committed Nov 7, 2016
1 parent ac5d213 commit 6f09041
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-standalone",
"version": "6.18.1",
"version": "6.18.2",
"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 @@ -17,20 +17,20 @@
"url": "git+https://github.com/Daniel15/babel-standalone.git"
},
"devDependencies": {
"babel-core": "6.18.0",
"babel-loader": "6.2.5",
"babel-core": "6.18.2",
"babel-loader": "6.2.7",
"babel-plugin-check-es2015-constants": "6.8.0",
"babel-plugin-external-helpers": "6.18.0",
"babel-plugin-minify-constant-folding": "0.0.1",
"babel-plugin-minify-dead-code-elimination": "0.0.4",
"babel-plugin-minify-dead-code-elimination": "0.1.0",
"babel-plugin-minify-empty-function": "0.0.1",
"babel-plugin-minify-flip-comparisons": "0.0.1",
"babel-plugin-minify-guarded-expressions": "0.0.3",
"babel-plugin-minify-infinity": "0.0.1",
"babel-plugin-minify-mangle-names": "0.0.3",
"babel-plugin-minify-mangle-names": "0.0.4",
"babel-plugin-minify-replace": "0.0.1",
"babel-plugin-minify-simplify": "0.0.3",
"babel-plugin-minify-type-constructors": "0.0.1",
"babel-plugin-minify-simplify": "0.0.4",
"babel-plugin-minify-type-constructors": "0.0.2",
"babel-plugin-syntax-async-functions": "6.13.0",
"babel-plugin-syntax-async-generators": "6.13.0",
"babel-plugin-syntax-class-constructor-call": "6.18.0",
Expand Down Expand Up @@ -111,7 +111,7 @@
"babel-plugin-transform-strict-mode": "6.18.0",
"babel-plugin-transform-undefined-to-void": "6.8.0",
"babel-plugin-undeclared-variables-check": "6.8.0",
"babel-preset-babili": "0.0.5",
"babel-preset-babili": "0.0.8",
"babel-preset-es2015": "6.18.0",
"babel-preset-es2016": "6.16.0",
"babel-preset-es2017": "6.16.0",
Expand All @@ -129,7 +129,7 @@
"lazypipe": "^1.0.1",
"npm-check-updates": "^2.8.6",
"react": "^15.3.2",
"webpack": "^1.13.2",
"webpack": "^1.13.3",
"webpack-stream": "^3.2.0"
},
"keywords": [
Expand Down

0 comments on commit 6f09041

Please sign in to comment.