v6.0.5
This commit is contained in:
parent
2889e01e1e
commit
ff99383b5b
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user