From 43e472707f0103eb2182cf96b4d42a435adfe253 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Tue, 19 Jan 2016 20:49:17 +0100 Subject: [PATCH] homepage link 404 on github --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e0a4478..a92577a2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "lastBuild": "1.0.1", "main": "./index.js", "repository": "git://github.com/bitpay/bitcore-node.git", - "homepage": "https://github.com/bitpay/bitcore-node.js", + "homepage": "https://github.com/bitpay/bitcore-node", "bugs": { "url": "https://github.com/bitpay/bitcore-node/issues" },