v7.0.0-beta.34

This commit is contained in:
Henry Zhu
2017-12-02 09:38:52 -05:00
parent c41eb0d052
commit a7c9264c79
135 changed files with 724 additions and 724 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-async-generators",
"version": "7.0.0-beta.33",
"version": "7.0.0-beta.34",
"description": "Allow parsing of async generator functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
"license": "MIT",
@@ -9,9 +9,9 @@
"babel-plugin"
],
"peerDependencies": {
"@babel/core": "7.0.0-beta.33"
"@babel/core": "7.0.0-beta.34"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.33"
"@babel/core": "7.0.0-beta.34"
}
}