Skip to content

Commit e6436de

Browse files
authored
chore: fix manifest (#33)
There is a warning in the logs when publishing this package: ``` npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository.url" was normalized to "git+https://github.com/ChainSafe/js-libp2p-quic.git" ``` The change in this PR is made by `npm pkg fix` and should silence the warning in future.
1 parent e15f370 commit e6436de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
],
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/ChainSafe/js-libp2p-quic"
39+
"url": "git+https://github.com/ChainSafe/js-libp2p-quic.git"
4040
},
4141
"homepage": "https://github.com/ChainSafe/js-libp2p-quic",
4242
"scripts": {

0 commit comments

Comments
 (0)