v6.1.7
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-parameters",
|
||||
"version": "6.1.6",
|
||||
"version": "6.1.7",
|
||||
"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.6",
|
||||
"babel-helper-call-delegate": "^6.1.6",
|
||||
"babel-helper-get-function-arity": "^6.1.6",
|
||||
"babel-template": "^6.1.6",
|
||||
"babel-types": "^6.1.6",
|
||||
"babel-traverse": "^6.1.7",
|
||||
"babel-helper-call-delegate": "^6.1.7",
|
||||
"babel-helper-get-function-arity": "^6.1.7",
|
||||
"babel-template": "^6.1.7",
|
||||
"babel-types": "^6.1.7",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.1.6"
|
||||
"babel-helper-plugin-test-runner": "^6.1.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user