Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 6202d1e

Browse files
authored
min build whitelisting (#6132)
1 parent 7a924db commit 6202d1e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/web3-validator/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": "./lib/commonjs/index.js"
1212
}
1313
},
14-
"browser": "./dist/web3.min.js",
14+
"browser": "./dist/web3-validator.min.js",
1515
"repository": "https://github.com/ChainSafe/web3.js",
1616
"author": "ChainSafe Systems",
1717
"license": "LGPL-3.0",
@@ -21,7 +21,8 @@
2121
},
2222
"files": [
2323
"lib/**/*",
24-
"src/**/*"
24+
"src/**/*",
25+
"dist/**/*"
2526
],
2627
"scripts": {
2728
"clean": "rimraf dist && rimraf lib",

packages/web3/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
],
2727
"files": [
2828
"lib/**/*",
29-
"src/**/*"
29+
"src/**/*",
30+
"dist/**/*"
3031
],
3132
"scripts": {
3233
"clean": "rimraf dist && rimraf lib",

0 commit comments

Comments
 (0)