ensdomains / ens

Implementations for ENS core functionality: The registry, registrars, and public resolvers.
https://ens.domains/
BSD 2-Clause "Simplified" License
1.16k stars 511 forks source link

Internal improvement: set `web3-utils` as `devDependency` #367

Closed CruzMolina closed 3 years ago

CruzMolina commented 3 years ago

Currently, web3-utils is set as a dependency even though it appears to only be used for local development testing purposes.

As a developer in the Ethereum ecosystem, it would be nice for npm to not unnecessarily pull in web3-utils as a transitive dependency when using @ensdomains/ens as a project dependency. 🙂