Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.
This repository was archived by the owner on Nov 15, 2021. It is now read-only.

Instead of bundling web3 as a dependency, make it a peerDependency #110

@petejkim

Description

@petejkim

Instead of bundling web3 as a dependency, make it a peerDependency, so that the user of this library can provide a compatible package on their own, instead of having multiple versions of web3 in their project.

Context: I had to use a later version of 1.2.x due to a bug and I had to force the version by using "resolutions" in package.json.

Also, please remove @types/web3 - it's no longer needed as web3 comes with typescript definitions built in.

Thanks for providing this awesome project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions