This commit is contained in:
Sebastian McKenzie
2015-11-12 13:33:20 -08:00
parent 9be985c712
commit c4c66687ea
117 changed files with 376 additions and 376 deletions

View File

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