pkg: update bcrypto

bcrypto@0.3.3 has a few API changes which breaks the integration
with bcoin. Fix the version @0.3.2 for now.
This commit is contained in:
Javed Khan 2018-07-10 15:36:10 +05:30
parent 21bf114dc6
commit ceebd652b7
No known key found for this signature in database
GPG Key ID: 7E31745B904584E6

View File

@ -25,7 +25,7 @@
"dependencies": {
"bcfg": "~0.1.0",
"bclient": "~0.1.0",
"bcrypto": "~0.3.1",
"bcrypto": "0.3.2",
"bdb": "~0.2.0",
"bdns": "~0.1.0",
"bevent": "~0.1.0",