Skip to content

Commit 07a2aff

Browse files
committed
feat: add package.json#main to fix usage in jest
1 parent 9bb05dd commit 07a2aff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/bitcoinjs/uint8array-tools.git"
1212
},
13+
"main": "./src/cjs/index.cjs",
1314
"exports": {
1415
"node": {
1516
"module": "./src/mjs/index.js",

0 commit comments

Comments
 (0)