This commit is contained in:
Sebastian McKenzie
2015-11-18 20:33:47 -08:00
parent 94887d35e1
commit ac90ea20ea
27 changed files with 84 additions and 84 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "babel-helper-function-name",
"version": "6.1.18",
"version": "6.2.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.1.18",
"babel-traverse": "^6.1.18",
"babel-helper-get-function-arity": "^6.1.18",
"babel-template": "^6.1.18"
"babel-types": "^6.2.0",
"babel-traverse": "^6.2.0",
"babel-helper-get-function-arity": "^6.2.0",
"babel-template": "^6.2.0"
}
}