bcrypto icon indicating copy to clipboard operation
bcrypto copied to clipboard

v5.5.0 not found on NPM

Open arunavo4 opened this issue 3 years ago • 1 comments

The current tag is till v5.4.0 on npm https://www.npmjs.com/package/bcrypto/v/5.4.0

arunavo4 avatar Sep 30 '22 19:09 arunavo4

You can specify in package.json using:

 "dependencies": {
    "bcrypto": "git+https://github.com/bcoin-org/bcrypto.git#semver:~5.5.0"
  }

braydonf avatar Dec 24 '22 10:12 braydonf