bitcoinjs / bip44-constants

This package provides BIP44 coin constants as found here: https://github.com/satoshilabs/slips/blob/master/slip-0044.md
MIT License
88 stars 63 forks source link

Use major version for auto-release #47

Closed junderw closed 3 years ago

junderw commented 3 years ago

Some breaking changes have appeared from time to time.

Since npm install default won't pick up major changes, this will force all users to basically choose their version specifically.

Considering the contents of this library that seems reasonable.