This commit is contained in:
Sebastian McKenzie
2015-11-12 12:01:18 -08:00
parent 5c22a23754
commit f127f81cb7
117 changed files with 376 additions and 376 deletions

View File

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