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

@@ -2,7 +2,7 @@
"name": "@babel/plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.",
"version": "7.0.0-beta.48",
"version": "7.0.0-beta.49",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
@@ -11,10 +11,10 @@
},
"license": "MIT",
"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"
}
}