mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-25 11:42:14 +00:00
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:
parent
c4469d55e4
commit
08b1c7197b
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user