Skip to content

Commit

Permalink
min build whitelisting (#6132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed May 31, 2023
1 parent 7a924db commit 6202d1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/web3-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": "./lib/commonjs/index.js"
}
},
"browser": "./dist/web3.min.js",
"browser": "./dist/web3-validator.min.js",
"repository": "https://github.com/ChainSafe/web3.js",
"author": "ChainSafe Systems",
"license": "LGPL-3.0",
Expand All @@ -21,7 +21,8 @@
},
"files": [
"lib/**/*",
"src/**/*"
"src/**/*",
"dist/**/*"
],
"scripts": {
"clean": "rimraf dist && rimraf lib",
Expand Down
3 changes: 2 additions & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
],
"files": [
"lib/**/*",
"src/**/*"
"src/**/*",
"dist/**/*"
],
"scripts": {
"clean": "rimraf dist && rimraf lib",
Expand Down

0 comments on commit 6202d1e

Please sign in to comment.