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

This commit is contained in:
Jordan Sexton 2022-03-02 10:00:55 -07:00 committed by GitHub
parent d43786edcf
commit 8eefe60c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",