This commit is contained in:
Henry Zhu
2017-01-19 19:33:22 -05:00
parent cc227f44a6
commit e9fc38bcd3
99 changed files with 411 additions and 411 deletions

View File

@@ -1,22 +1,22 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.21.0",
"version": "6.22.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.21.0",
"babel-helper-call-delegate": "^6.18.0",
"babel-helper-get-function-arity": "^6.18.0",
"babel-template": "^6.16.0",
"babel-types": "^6.21.0",
"babel-runtime": "^6.9.0"
"babel-traverse": "^6.22.0",
"babel-helper-call-delegate": "^6.22.0",
"babel-helper-get-function-arity": "^6.22.0",
"babel-template": "^6.22.0",
"babel-types": "^6.22.0",
"babel-runtime": "^6.22.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.18.0"
"babel-helper-plugin-test-runner": "^6.22.0"
}
}