v7.0.0-beta.49

This commit is contained in:
Logan Smyth
2018-05-25 09:00:02 -07:00
parent cf8058e5b6
commit 90566103a6
145 changed files with 872 additions and 872 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-async-to-generator",
"version": "7.0.0-beta.48",
"version": "7.0.0-beta.49",
"description": "Turn async functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"license": "MIT",
@@ -9,15 +9,15 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-module-imports": "7.0.0-beta.48",
"@babel/helper-plugin-utils": "7.0.0-beta.48",
"@babel/helper-remap-async-to-generator": "7.0.0-beta.48"
"@babel/helper-module-imports": "7.0.0-beta.49",
"@babel/helper-plugin-utils": "7.0.0-beta.49",
"@babel/helper-remap-async-to-generator": "7.0.0-beta.49"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.48"
"@babel/core": "7.0.0-beta.49"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.48",
"@babel/helper-plugin-test-runner": "7.0.0-beta.48"
"@babel/core": "7.0.0-beta.49",
"@babel/helper-plugin-test-runner": "7.0.0-beta.49"
}
}