bitpay / bitcore

A full stack for bitcoin and blockchain-based applications
https://bitcore.io/
MIT License
4.8k stars 2.07k forks source link

package.json property "repository.url" points to archived github repo #3675

Open a1300 opened 5 months ago

a1300 commented 5 months ago

Thanks for this fantastic package!

In packages/bitcore-mnemonic/package.json the repo url points to an archived repo. I noticed this on the npm page of bitcore-mnemonic

{
  "repository": {
    "type": "git",
    "url": "https://github.com/bitpay/bitcore-mnemonic.git"
  }
}