This commit is contained in:
Amjad Masad
2015-12-18 00:23:03 -08:00
parent 135e1e56ca
commit 31032ee7ad
8 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-function-name",
"version": "6.3.19",
"version": "6.3.21",
"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",
@@ -10,7 +10,7 @@
],
"dependencies": {
"babel-helper-function-name": "^6.3.13",
"babel-types": "^6.3.13",
"babel-types": "^6.3.21",
"babel-runtime": "^5.0.0"
},
"devDependencies": {