Skip to content

Commit

Permalink
Add browser fallback support.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn authored and gannan08 committed Nov 7, 2024
1 parent f996faa commit 54b7449
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"files": [
"lib/**/*.js"
],
"browser": {
"crypto": false,
"./lib/sha.js": "./lib/sha-browser.js"
},
"dependencies": {
"@digitalbazaar/ed25519-multikey": "^1.3.0",
"canonicalize": "^2.0.0"
Expand Down

0 comments on commit 54b7449

Please sign in to comment.