This commit is contained in:
Sebastian McKenzie
2015-10-29 18:06:55 +00:00
parent 7ff965a6f8
commit a8cf46d8f4
107 changed files with 347 additions and 347 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-decorators",
"version": "6.0.0",
"version": "6.0.2",
"description": "Compile class and object decorators to ES5",
"repository": "babel/babel",
"license": "MIT",
@@ -9,11 +9,11 @@
"babel-plugin"
],
"dependencies": {
"babel-types": "^6.0.0",
"babel-helper-define-map": "^6.0.0",
"babel-plugin-syntax-decorators": "^6.0.0",
"babel-helper-explode-class": "^6.0.0",
"babel-template": "^6.0.0",
"babel-runtime": "^6.0.0"
"babel-types": "^6.0.2",
"babel-helper-define-map": "^6.0.2",
"babel-plugin-syntax-decorators": "^6.0.2",
"babel-helper-explode-class": "^6.0.2",
"babel-template": "^6.0.2",
"babel-runtime": "^6.0.2"
}
}