v7.0.0-alpha.19

This commit is contained in:
Henry Zhu
2017-08-07 18:21:08 -04:00
parent 7f92e1d9dd
commit 79f4956948
122 changed files with 405 additions and 441 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-destructuring",
"version": "7.0.0-alpha.18",
"version": "7.0.0-alpha.19",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
"license": "MIT",
@@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.18"
"babel-helper-plugin-test-runner": "7.0.0-alpha.19"
}
}