Skip to content

Commit ef3e289

Browse files
committed
fix: update default exports
1 parent f9092de commit ef3e289

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

js/index.esm.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@
55
* --------------------------------------------------------------------------
66
*/
77

8-
import customTooltips from './src/custom-tooltips'
9-
10-
export {
11-
customTooltips
12-
}
8+
export { default as customTooltips } from './src/custom-tooltips.js'

js/index.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
// eslint-disable-next-line no-unused-vars
9-
import customTooltips from './src/custom-tooltips'
9+
import customTooltips from './src/custom-tooltips.js'
1010

1111
export default {
1212
customTooltips

0 commit comments

Comments
 (0)