This commit is contained in:
Henry Zhu
2016-01-06 15:34:12 -05:00
parent e79c625091
commit 8cac20d845
39 changed files with 58 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-decorators",
"version": "6.3.13",
"version": "6.4.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,7 +9,7 @@
"babel-plugin"
],
"dependencies": {
"babel-types": "^6.3.13",
"babel-types": "^6.4.0",
"babel-helper-define-map": "^6.3.13",
"babel-plugin-syntax-decorators": "^6.3.13",
"babel-helper-explode-class": "^6.3.13",