Update package.json (#161)

edit bignum version from '*' to '0.12.5'
This commit is contained in:
darcymei 2018-09-28 02:38:01 +08:00 committed by Matthew Little
parent a5c3b3fa2c
commit 1f35bb34c4

View File

@ -29,7 +29,7 @@
},
"dependencies": {
"multi-hashing": "git://github.com/zone117x/node-multi-hashing.git",
"bignum": "*",
"bignum": "0.12.5",
"base58-native": "*",
"async": "*"
},