From 98109f1324e1b810e1ea1eefb08af5ac60966c2e Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 5 Apr 2014 14:19:29 -0600 Subject: [PATCH] Changed npm dependency to use git uri --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b79a4f..4cdc160 100644 --- a/package.json +++ b/package.json @@ -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": "*"