This commit is contained in:
Nicolò Ribaudo
2018-12-03 20:00:35 +01:00
parent fc5d49b6f6
commit 282129ea66
104 changed files with 363 additions and 363 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-wrap-function",
"version": "7.1.0",
"version": "7.2.0",
"description": "Helper to wrap functions inside a function call.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
"license": "MIT",
@@ -12,6 +12,6 @@
"@babel/helper-function-name": "^7.1.0",
"@babel/template": "^7.1.0",
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.2.0"
}
}