This commit is contained in:
Sebastian McKenzie
2015-11-11 23:37:19 -08:00
parent b6515634c7
commit 8dcf4aedc0
117 changed files with 376 additions and 376 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-destructuring",
"version": "6.1.6",
"version": "6.1.7",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
"license": "MIT",
@@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.6"
"babel-helper-plugin-test-runner": "^6.1.7"
}
}