This commit is contained in:
Henry Zhu
2016-01-06 15:34:12 -05:00
parent e79c625091
commit 8cac20d845
39 changed files with 58 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-function-name",
"version": "6.3.21",
"version": "6.4.0",
"description": "Apply ES2015 function.name semantics to all functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-function-name",
"license": "MIT",
@@ -9,8 +9,8 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-function-name": "^6.3.13",
"babel-types": "^6.3.21",
"babel-helper-function-name": "^6.4.0",
"babel-types": "^6.4.0",
"babel-runtime": "^5.0.0"
},
"devDependencies": {