This commit is contained in:
Henry Zhu
2017-01-19 19:33:22 -05:00
parent cc227f44a6
commit e9fc38bcd3
99 changed files with 411 additions and 411 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "babel-helper-function-name",
"version": "6.18.0",
"version": "6.22.0",
"description": "Helper function to change the property 'name' of every function",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.18.0",
"babel-traverse": "^6.18.0",
"babel-helper-get-function-arity": "^6.18.0",
"babel-template": "^6.8.0"
"babel-runtime": "^6.22.0",
"babel-types": "^6.22.0",
"babel-traverse": "^6.22.0",
"babel-helper-get-function-arity": "^6.22.0",
"babel-template": "^6.22.0"
}
}