Skip to content

Commit c3435b4

Browse files
authored
fix: module entrypoint (#90)
* fix: module entrypoint * fix: module entrypoint
1 parent ccea974 commit c3435b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"bugs": {
1010
"url": "https://github.com/ProjectOpenSea/stream-js/issues"
1111
},
12-
"main": "./dist/index.js",
12+
"type": "module",
13+
"main": "./dist/index.cjs",
1314
"module": "./dist/index.module.js",
1415
"files": [
1516
"dist"

0 commit comments

Comments
 (0)