Skip to content

Commit

Permalink
fix(nest): add missing crypto browser redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Dec 22, 2023
1 parent 7f0c953 commit 5d48dae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"types": "dist/src/index.d.ts",
"browser": {
"crypto": false,
"./src/crypto.js": "./src/crypto-browser.js"
"./src/crypto.js": "./src/crypto-browser.js",
"./dist/src/crypto.js": "./dist/src/crypto-browser.js"
},
"typesVersions": {
"*": {
Expand Down

0 comments on commit 5d48dae

Please sign in to comment.