v7.0.0-beta.31

This commit is contained in:
Henry Zhu
2017-11-03 16:03:01 -04:00
parent f5b6e69214
commit f76ac0b197
133 changed files with 733 additions and 733 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-function-sent",
"version": "7.0.0-beta.5",
"version": "7.0.0-beta.31",
"description": "Allow parsing of the function.sent meta property",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-sent",
"license": "MIT",
@@ -9,9 +9,9 @@
"babel-plugin"
],
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.4 <7.0.0-rc.0"
"@babel/core": "7.0.0-beta.31"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.5"
"@babel/core": "7.0.0-beta.31"
}
}