shierro/node-mailchimp-export

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [
    [
      "env",
      {
        "targets": {
          "node": "0.10"
        }
      }
    ]
  ],
  "plugins": [
    "transform-object-rest-spread"
  ]
}