v7.0.0-beta.46

This commit is contained in:
Logan Smyth
2018-04-22 21:29:42 -07:00
parent c8b57f777a
commit 3a2aa9b862
141 changed files with 850 additions and 850 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "@babel/helper-wrap-function",
"version": "7.0.0-beta.45",
"version": "7.0.0-beta.46",
"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.45",
"@babel/template": "7.0.0-beta.45",
"@babel/traverse": "7.0.0-beta.45",
"@babel/types": "7.0.0-beta.45"
"@babel/helper-function-name": "7.0.0-beta.46",
"@babel/template": "7.0.0-beta.46",
"@babel/traverse": "7.0.0-beta.46",
"@babel/types": "7.0.0-beta.46"
}
}