Skip to content

Commit 2061fa9

Browse files
committed
fix lite export
1 parent 552a176 commit 2061fa9

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
@@ -10,6 +10,10 @@
1010
},
1111
"type": "module",
1212
"main": "index.mjs",
13+
"exports": {
14+
".": "./index.mjs",
15+
"./lite": "./lite.mjs"
16+
},
1317
"scripts": {
1418
"build": "node script/build.js",
1519
"test": "mocha test.js"

0 commit comments

Comments
 (0)