Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
fix(build): remove eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 7, 2015
1 parent 53c7376 commit 54e1f1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rollup.rollup({
entry: 'src/index.js',
plugins: [
babel({
presets: ['es2015-rollup'],
presets: ['es2015-rollup']
})
]
})
Expand All @@ -39,7 +39,7 @@ rollup.rollup({
'process.env.NODE_ENV': "'development'"
}),
babel({
presets: ['es2015-rollup'],
presets: ['es2015-rollup']
})
]
})
Expand All @@ -60,7 +60,7 @@ rollup.rollup({
'process.env.NODE_ENV': "'production'"
}),
babel({
presets: ['es2015-rollup'],
presets: ['es2015-rollup']
})
]
})
Expand Down

0 comments on commit 54e1f1e

Please sign in to comment.