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