Browse Source

Keep XO happy

pull/13/head
Luke Childs 8 years ago
parent
commit
6e60874c6d
  1. 2
      rollup.config.js

2
rollup.config.js

@ -6,7 +6,7 @@ const pkg = require('./package.json');
export default {
entry: 'src/index.js',
plugins: [
babel(),
babel()
],
targets: [
{

Loading…
Cancel
Save