Skip to content

Commit e80d7d0

Browse files
Merge pull request #434 from AndrewLeedham/AL-exports-main-field
fix: add exports main field
2 parents 05593f1 + 9e15c45 commit e80d7d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"author": "Mark <[email protected]>",
66
"main": "index.js",
77
"module": "index.mjs",
8+
"exports": {
9+
"import": "./index.mjs",
10+
"require": "./index.js"
11+
},
812
"scripts": {
913
"benchmark": "node benchmark",
1014
"build": "rollup --config --failAfterWarnings",

0 commit comments

Comments
 (0)