chore: web3.js: fix cjs file reference in package.json (#21940)
This commit is contained in:
@ -20,7 +20,7 @@
|
|||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"browser": {
|
"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"
|
"./lib/index.esm.js": "./lib/index.browser.esm.js"
|
||||||
},
|
},
|
||||||
"main": "lib/index.cjs.js",
|
"main": "lib/index.cjs.js",
|
||||||
|
Reference in New Issue
Block a user