From b5de902e6212f4c21903ca6fe01b8109dfd81e02 Mon Sep 17 00:00:00 2001 From: Martin Heidegger Date: Sat, 7 Nov 2020 11:12:33 +0900 Subject: [PATCH] Updating urls in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f927323..22cf549 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/hyperspace-org/hyperspace.git" + "url": "git+https://github.com/hypercore-protocol/hyperspace-client.git" }, "keywords": [ "hypercore", @@ -18,9 +18,9 @@ "author": "Hypercore Protocol Team", "license": "MIT", "bugs": { - "url": "https://github.com/hyperspace-org/hyperspace/issues" + "url": "https://github.com/hypercore-protocol/hyperspace-client/issues" }, - "homepage": "https://github.com/hyperspace-org/hyperspace#readme", + "homepage": "https://github.com/hypercore-protocol/hyperspace-client#readme", "dependencies": { "@hyperspace/rpc": "^1.8.0", "call-me-maybe": "^1.0.1",