This commit is contained in:
Henry Zhu
2016-02-29 16:12:12 -05:00
parent 4b1d20004f
commit f34e6518ff
47 changed files with 145 additions and 145 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "babel-helper-function-name",
"version": "6.5.0",
"version": "6.6.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.4.0",
"babel-traverse": "^6.3.15",
"babel-types": "^6.6.0",
"babel-traverse": "^6.6.0",
"babel-helper-get-function-arity": "^6.3.13",
"babel-template": "^6.3.13"
"babel-template": "^6.6.0"
}
}