Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Force named exports
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jan 16, 2018
1 parent db467af commit d587f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
file: 'dist/index.umd.js',
format: 'umd',
name: 'SelectorObserver',
exports: 'named',
globals: {
'selector-set': 'SelectorSet'
}
Expand Down

0 comments on commit d587f18

Please sign in to comment.