diff --git a/packages/web3-validator/CHANGELOG.md b/packages/web3-validator/CHANGELOG.md index dc5834852ca..ea8cd0259ff 100644 --- a/packages/web3-validator/CHANGELOG.md +++ b/packages/web3-validator/CHANGELOG.md @@ -173,3 +173,4 @@ Documentation: ### Fixed - The JSON schema conversion process now correctly assigns an id when the `abi.name` is not available, for example, in the case of public mappings. +- `browser` entry point that was pointing to an non-existing bundle file was removed from `package.json` (#7015) diff --git a/packages/web3-validator/package.json b/packages/web3-validator/package.json index 20e285cce80..c416a1fa235 100644 --- a/packages/web3-validator/package.json +++ b/packages/web3-validator/package.json @@ -11,7 +11,6 @@ "require": "./lib/commonjs/index.js" } }, - "browser": "./dist/web3-validator.min.js", "repository": "https://github.com/ChainSafe/web3.js", "author": "ChainSafe Systems", "license": "LGPL-3.0",