From 4a35a8b01643f070b1b3e320993e2ad1d993eead Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Mon, 28 Apr 2014 15:28:01 -0300 Subject: [PATCH] git instead https. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d47863bb..ef8e73438 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "commander": "~2.1.0", "uglifyify": "~1.2.3", "soop": "~0.1.5", - "bitcore": "https://github.com/bitpay/bitcore.git", + "bitcore": "git://github.com/bitpay/bitcore.git", "chai": "~1.9.1", "sinon": "~1.9.1", "node-cryptojs-aes": "=0.4.0"