This commit is contained in:
Sebastian McKenzie
2015-11-11 23:32:43 -08:00
parent b354d46be1
commit 97443eada6
117 changed files with 376 additions and 376 deletions

View File

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