This commit is contained in:
Henry Zhu
2016-07-19 21:59:53 -04:00
parent 5f9cbeab00
commit 6e58954bce
7 changed files with 13 additions and 13 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.11.3",
"version": "6.11.4",
"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.9.0",
"babel-traverse": "^6.11.4",
"babel-helper-call-delegate": "^6.8.0",
"babel-helper-get-function-arity": "^6.8.0",
"babel-template": "^6.9.0",