Changed npm dependency to use git uri
This commit is contained in:
parent
90cd9baf69
commit
98109f1324
|
@ -28,7 +28,7 @@
|
|||
"url": "https://github.com/zone117x/node-stratum-pool.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"multi-hashing": "https://github.com/zone117x/node-multi-hashing/archive/master.tar.gz",
|
||||
"multi-hashing": "git://github.com/zone117x/node-multi-hashing.git",
|
||||
"bignum": "*",
|
||||
"base58-native": "*",
|
||||
"async": "*"
|
||||
|
|
Loading…
Reference in New Issue