Skip to content

Commit

Permalink
fix: fixed module name in rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandrshy committed Jun 8, 2020
1 parent aba343b commit 715e892
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ export default {
{
file: pkg.main,
format: 'umd',
name: 'ComoNorth',
name: 'Keukenhof',
},
{
file: pkg.module,
format: 'es',
name: 'Keukenhof',
},
],
plugins: [
Expand Down

0 comments on commit 715e892

Please sign in to comment.