Skip to content

Commit

Permalink
Fix some bundlers which cannot handle recursive pkg.exports (#3848).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Mar 13, 2023
1 parent 7eaf3c4 commit 6315e78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"./lib.esm/providers/ws.js": "./lib.esm/providers/ws-browser.js",
"./lib.esm/utils/base64.js": "./lib.esm/utils/base64-browser.js",
"./lib.esm/utils/geturl.js": "./lib.esm/utils/geturl-browser.js",
"./lib.esm/wordlists/wordlists.js": "./lib.esm/wordlists/wordlists-browser.js",
"@adraffy/ens-normalize": "@adraffy/ens-normalize/xnf"
"./lib.esm/wordlists/wordlists.js": "./lib.esm/wordlists/wordlists-browser.js"
},
"dependencies": {
"@adraffy/ens-normalize": "1.8.9",
Expand Down

0 comments on commit 6315e78

Please sign in to comment.