v7.0.0-beta.5

This commit is contained in:
Henry Zhu
2017-10-30 16:55:46 -04:00
parent bede73122d
commit 690d6465d8
132 changed files with 536 additions and 536 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-decorators",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT",
"description": "Compile class and object decorators to ES5",
@@ -12,13 +12,13 @@
"decorators"
],
"dependencies": {
"@babel/plugin-syntax-decorators": "7.0.0-beta.4",
"@babel/template": "7.0.0-beta.4"
"@babel/plugin-syntax-decorators": "7.0.0-beta.5",
"@babel/template": "7.0.0-beta.5"
},
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.4 <7.0.0-rc.0"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "7.0.0-beta.4"
"@babel/helper-plugin-test-runner": "7.0.0-beta.5"
}
}