Skip to content

Commit 401ec1b

Browse files
committed
Make "main" entry point cjs compatible
1 parent 0153f40 commit 401ec1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"stack"
1717
],
1818
"browser": "./dist/index.js",
19-
"main": "./src/index.ts",
19+
"main": "./dist/index.js",
2020
"react-native": "./src/index.ts",
2121
"author": "0x55 <[email protected]>",
2222
"license": "ISC",

0 commit comments

Comments
 (0)