Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 8d6c65d

Browse files
authored
fix: add cborg to browser field (#76)
So modules that use this module can build browser bundles. Can be removed once `cborg` adds a `main` field to it's `package.json`.
1 parent 13e0e94 commit 8d6c65d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"browser": {
2323
"./src/repo/lock.js": "./src/repo/lock-memory.js",
2424
"datastore-fs": "datastore-level",
25-
"@ipld/car": "@ipld/car/esm/car-browser.js"
25+
"@ipld/car": "@ipld/car/esm/car-browser.js",
26+
"cborg": "cborg/esm/cborg.js"
2627
},
2728
"repository": {
2829
"type": "git",

0 commit comments

Comments
 (0)