Skip to content

chore: fix manifest #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged

chore: fix manifest #33

merged 1 commit into from
Jul 7, 2025

Conversation

achingbrain
Copy link
Collaborator

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.

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.
@achingbrain
Copy link
Collaborator Author

Refs: ipshipyard/roadmaps#34

@wemeetagain wemeetagain merged commit e6436de into main Jul 7, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants