v6.9.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-function-name",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.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",
|
||||
@@ -10,8 +10,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-function-name": "^6.8.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-types": "^6.9.0",
|
||||
"babel-runtime": "^6.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
||||
|
||||
Reference in New Issue
Block a user