v7.0.0-beta.37

This commit is contained in:
Henry Zhu
2018-01-08 11:02:14 -05:00
parent a19349a22a
commit 7c99f4653f
137 changed files with 740 additions and 740 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "@babel/helper-wrap-function",
"version": "7.0.0-beta.36",
"version": "7.0.0-beta.37",
"description": "Helper to wrap functions inside a function call.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@babel/helper-function-name": "7.0.0-beta.36",
"@babel/template": "7.0.0-beta.36",
"@babel/traverse": "7.0.0-beta.36",
"@babel/types": "7.0.0-beta.36"
"@babel/helper-function-name": "7.0.0-beta.37",
"@babel/template": "7.0.0-beta.37",
"@babel/traverse": "7.0.0-beta.37",
"@babel/types": "7.0.0-beta.37"
}
}