This commit is contained in:
Henry Zhu
2016-05-17 14:49:17 -04:00
parent f7c6afe594
commit cf6304a34b
27 changed files with 102 additions and 102 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-classes",
"version": "6.8.0",
"version": "6.9.0",
"description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
"license": "MIT",
@@ -9,12 +9,12 @@
"babel-helper-optimise-call-expression": "^6.8.0",
"babel-helper-function-name": "^6.8.0",
"babel-helper-replace-supers": "^6.8.0",
"babel-template": "^6.8.0",
"babel-traverse": "^6.8.0",
"babel-helper-define-map": "^6.8.0",
"babel-template": "^6.9.0",
"babel-traverse": "^6.9.0",
"babel-helper-define-map": "^6.9.0",
"babel-messages": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0"
"babel-runtime": "^6.9.0",
"babel-types": "^6.9.0"
},
"keywords": [
"babel-plugin"