From 08b1c7197b0b32c1030d98c80a0ccbcda19c11f8 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 23 Jun 2020 15:33:47 +0100 Subject: [PATCH] chore: use http link for github repo The page for this module on npm [doesn't have a link to the repo](https://www.npmjs.com/package/libp2p-noise), I guess because it's specified as an ssh-type URL in the package.json file so npm can't turn it into a hyperlink. The change here is to use a `git+https` URL which should let npm display a link on the module page. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ec8079d..c094597 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "files": [ "dist" ], - "repository": "git@github.com:NodeFactoryIo/js-libp2p-noise.git", + "repository": { + "type": "git", + "url": "git+https://github.com/NodeFactoryIo/js-libp2p-noise.git" + }, "author": "NodeFactory ", "license": "MIT", "keywords": [