This commit is contained in:
Sebastian McKenzie 2015-10-29 18:41:24 +00:00
parent 2889e01e1e
commit ff99383b5b
4 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
6.0.2
6.0.5

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-classes",
"version": "6.0.2",
"version": "6.0.5",
"description": "Compile ES2015 classes to ES5",
"repository": "babel/babel",
"license": "MIT",
@ -19,4 +19,4 @@
"keywords": [
"babel-plugin"
]
}
}

View File

@ -16,7 +16,7 @@
"desugaring",
"ES6"
],
"version": "6.0.3",
"version": "6.0.5",
"homepage": "http://github.com/facebook/regenerator",
"repository": {
"type": "git",
@ -48,4 +48,4 @@
"engines": {
"node": ">= 0.6"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-es2015",
"version": "6.0.2",
"version": "6.0.5",
"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.2",
"babel-plugin-transform-es2015-classes": "^6.0.5",
"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.2"
"babel-plugin-transform-regenerator": "^6.0.5"
}
}
}