Merge branch 'master' into async-to-generator-pure

This commit is contained in:
Sven SAULEAU
2017-11-13 11:49:16 +01:00
committed by GitHub
163 changed files with 714 additions and 714 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-function-sent",
"version": "7.0.0-beta.31",
"version": "7.0.0-beta.32",
"description": "Compile the function.sent meta propety to valid ES2015 code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-sent",
"license": "MIT",
@@ -9,14 +9,14 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-wrap-function": "7.0.0-beta.31",
"@babel/plugin-syntax-function-sent": "7.0.0-beta.31"
"@babel/helper-wrap-function": "7.0.0-beta.32",
"@babel/plugin-syntax-function-sent": "7.0.0-beta.32"
},
"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/core": "7.0.0-beta.32",
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
}
}