v6.6.0
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-parameters",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "Compile ES2015 default and rest parameters to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^6.4.5",
|
||||
"babel-helper-call-delegate": "^6.3.13",
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-helper-call-delegate": "^6.6.0",
|
||||
"babel-helper-get-function-arity": "^6.3.13",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-types": "^6.4.5",
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-types": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user