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.
This commit is contained in:
achingbrain 2020-06-23 15:33:47 +01:00
parent c4469d55e4
commit 08b1c7197b

View File

@ -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 <info@nodefactory.io>",
"license": "MIT",
"keywords": [