update to beta.0 [skip ci]

This commit is contained in:
Henry Zhu 2017-09-19 16:00:18 -04:00
parent 8dffbf19d0
commit 5c824273bc
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-remove-unused-catch-binding",
"version": "7.0.0-alpha.20",
"version": "7.0.0-beta.0",
"description": "Remove unused catch bindings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-remove-unused-catch-binding",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-optional-catch-binding": "7.0.0-alpha.20"
"babel-plugin-syntax-optional-catch-binding": "7.0.0-beta.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.20"
"babel-helper-plugin-test-runner": "7.0.0-beta.0"
}
}