Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix commonjs exports with destructuring. #5469

Merged
merged 13 commits into from Jun 21, 2017
Expand Up @@ -9,14 +9,12 @@
"babel-types": "^6.23.0",
"babel-runtime": "^6.22.0",
"babel-template": "^6.23.0",
"babel-plugin-transform-strict-mode": "^6.22.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0"
"babel-plugin-transform-strict-mode": "^6.22.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-plugin-transform-object-assign": "6.22.0",
"babel-helper-plugin-test-runner": "^6.24.0"
}
}