This commit is contained in:
Sebastian McKenzie 2015-10-29 18:47:35 +00:00
parent ec45294111
commit a4cedf62a2
5 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
6.0.7
6.0.8

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-classes",
"version": "6.0.7",
"version": "6.0.8",
"description": "Compile ES2015 classes to ES5",
"repository": "babel/babel",
"license": "MIT",
@ -13,7 +13,7 @@
"babel-traverse": "^6.0.2",
"babel-helper-define-map": "^6.0.2",
"babel-messages": "^6.0.2",
"babel-runtime": "^6.0.7",
"babel-runtime": "^6.0.8",
"babel-types": "^6.0.2"
},
"keywords": [

View File

@ -16,7 +16,7 @@
"desugaring",
"ES6"
],
"version": "6.0.7",
"version": "6.0.8",
"homepage": "http://github.com/facebook/regenerator",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-es2015",
"version": "6.0.7",
"version": "6.0.8",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -13,7 +13,7 @@
"babel-plugin-transform-es2015-function-name": "^6.0.2",
"babel-plugin-transform-es2015-arrow-functions": "^6.0.2",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.0.2",
"babel-plugin-transform-es2015-classes": "^6.0.7",
"babel-plugin-transform-es2015-classes": "^6.0.8",
"babel-plugin-transform-es2015-object-super": "^6.0.2",
"babel-plugin-transform-es2015-shorthand-properties": "^6.0.2",
"babel-plugin-transform-es2015-computed-properties": "^6.0.2",
@ -26,6 +26,6 @@
"babel-plugin-transform-es2015-destructuring": "^6.0.2",
"babel-plugin-transform-es2015-block-scoping": "^6.0.2",
"babel-plugin-transform-es2015-typeof-symbol": "^6.0.2",
"babel-plugin-transform-regenerator": "^6.0.7"
"babel-plugin-transform-regenerator": "^6.0.8"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-runtime",
"version": "6.0.7",
"version": "6.0.8",
"description": "babel selfContained runtime",
"license": "MIT",
"repository": "babel/babel",