This commit is contained in:
Henry Zhu
2016-02-29 16:12:12 -05:00
parent 4b1d20004f
commit f34e6518ff
47 changed files with 145 additions and 145 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-decorators",
"version": "6.5.0",
"version": "6.6.0",
"description": "Compile class and object decorators to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators",
"license": "MIT",
@@ -9,11 +9,11 @@
"babel-plugin"
],
"dependencies": {
"babel-types": "^6.4.0",
"babel-helper-define-map": "^6.3.13",
"babel-types": "^6.6.0",
"babel-helper-define-map": "^6.6.0",
"babel-plugin-syntax-decorators": "^6.3.13",
"babel-helper-explode-class": "^6.3.13",
"babel-template": "^6.3.13",
"babel-helper-explode-class": "^6.6.0",
"babel-template": "^6.6.0",
"babel-runtime": "^5.0.0"
},
"devDependencies": {