This commit is contained in:
Sebastian McKenzie
2015-11-12 00:47:51 -08:00
parent 8fb4d55687
commit af208e8acb
117 changed files with 376 additions and 376 deletions

View File

@@ -1,22 +1,22 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.1.11",
"version": "6.1.12",
"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.1.11",
"babel-helper-call-delegate": "^6.1.11",
"babel-helper-get-function-arity": "^6.1.11",
"babel-template": "^6.1.11",
"babel-types": "^6.1.11",
"babel-traverse": "^6.1.12",
"babel-helper-call-delegate": "^6.1.12",
"babel-helper-get-function-arity": "^6.1.12",
"babel-template": "^6.1.12",
"babel-types": "^6.1.12",
"babel-runtime": "^5.0.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.11"
"babel-helper-plugin-test-runner": "^6.1.12"
}
}