Skip to content

Commit d7bb7c2

Browse files
committed
Fix vitest in CI
1 parent 623caba commit d7bb7c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

browser/lib/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"!dist/**/*.d.ts.map"
3434
],
3535
"license": "MIT",
36+
"main": "./dist/index.cjs",
37+
"module": "./dist/index.js",
3638
"exports": {
3739
".": {
3840
"import": {

0 commit comments

Comments
 (0)