v7.0.0-beta.36
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-destructuring",
|
||||
"version": "7.0.0-beta.35",
|
||||
"version": "7.0.0-beta.36",
|
||||
"description": "Compile ES2015 destructuring to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring",
|
||||
"license": "MIT",
|
||||
@@ -9,10 +9,10 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@babel/core": "7.0.0-beta.35"
|
||||
"@babel/core": "7.0.0-beta.36"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0-beta.35",
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.35"
|
||||
"@babel/core": "7.0.0-beta.36",
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.36"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user