Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
style: fix rollup.config.js eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
cfnelson committed Jan 16, 2018
1 parent 23fb447 commit ccc7cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export default {
output: [
{ file: pkg.main, format: 'umd', name: 'OKGAnalytics' },
{ file: pkg.module, format: 'es', name: 'OKGAnalytics' },
]
],
};

0 comments on commit ccc7cf4

Please sign in to comment.