Skip to content

Commit ccedfd5

Browse files
authored
Merge pull request #1 from Robin-Hoodie/feat/package-json-main
feat: add package.json#main to fix usage in jest
2 parents 9bb05dd + 07a2aff commit ccedfd5

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)