MetaMask / eth-ledger-bridge-keyring

A wrapper around LedgerJS libraries, to support the KeyringController protocol used by MetaMask
ISC License
80 stars 93 forks source link

chore: move @metamask/utils from dependencies to devDependencies #209

Closed legobeat closed 11 months ago

legobeat commented 11 months ago

The package @metamask/utils is only directly used in tests and does not need to be in dependencies. This moves it to devDependencies.

It became unused as of #156 .