Skip to content

Commit 71d0af8

Browse files
committed
fix: module exports
1 parent cb5e792 commit 71d0af8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
".": {
1515
"require": "./dist/index.js",
1616
"import": "./dist/index.mjs"
17+
},
18+
"./module":{
19+
"require": "./dist/module.js",
20+
"import": "./dist/module.mjs"
1721
}
1822
},
1923
"main": "dist/index.js",

0 commit comments

Comments
 (0)