Skip to content

Commit ab00ba9

Browse files
Trygve Lietrygve-lie
Trygve Lie
authored andcommitted
fix: Export ESM module
1 parent 080e58d commit ab00ba9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
},
1919
"license": "Apache-2.0",
2020
"author": "Justin Poehnelt",
21+
"type": "module",
22+
"exports": {
23+
"import": "./dist/index.esm.js",
24+
"require": "./dist/index.umd.js"
25+
},
2126
"main": "dist/index.umd.js",
2227
"unpkg": "dist/index.min.js",
2328
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)