Skip to content

Commit

Permalink
chore: web3.js: fix cjs file reference in package.json (solana-labs#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaaash authored Mar 2, 2022
1 parent d43786e commit 8eefe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"access": "public"
},
"browser": {
"./lib/index.cjs.js": "./lib/index.browser.esm.js",
"./lib/index.cjs.js": "./lib/index.browser.cjs.js",
"./lib/index.esm.js": "./lib/index.browser.esm.js"
},
"main": "lib/index.cjs.js",
Expand Down

0 comments on commit 8eefe60

Please sign in to comment.