Commit e6436de
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments