Skip to content

Commit 03bb4d9

Browse files
committed
fix: add exports main field
1 parent 74c7bd8 commit 03bb4d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"author": "Mark <mark@remarkablemark.org>",
66
"main": "index.js",
77
"module": "index.mjs",
8+
"exports": "./index.mjs",
89
"scripts": {
910
"benchmark": "node benchmark",
1011
"build": "rollup --config --failAfterWarnings",

0 commit comments

Comments
 (0)