Skip to content

Commit a5db8db

Browse files
committedApr 11, 2023
chore: remove browser cjs
1 parent f698f88 commit a5db8db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
},
2929
"default": {
3030
"types": "./dist/index.browser.d.ts",
31-
"import": "./dist/index.browser.mjs",
32-
"require": "./lib/index.browser.cjs"
31+
"import": "./dist/index.browser.mjs"
3332
}
3433
}
3534
},

0 commit comments

Comments
 (0)
Please sign in to comment.