Revert "chore: web3.js: fix cjs file reference in package.json (#21940)"

This reverts commit 8eefe60c44.
This commit is contained in:
Jordan Sexton
2022-03-05 12:33:04 -07:00
committed by GitHub
parent ba771cdc45
commit 561e1d6581

View File

@@ -20,7 +20,7 @@
"access": "public"
},
"browser": {
"./lib/index.cjs.js": "./lib/index.browser.cjs.js",
"./lib/index.cjs.js": "./lib/index.browser.esm.js",
"./lib/index.esm.js": "./lib/index.browser.esm.js"
},
"main": "lib/index.cjs.js",