-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
package.json repository/directory metadata incomplete #3612
Comments
Yes, of course, it would be great! |
Is this something new related to npm 7 support for workspace? Or is it something that could improve the npm package links? for example on this page? https://www.npmjs.com/package/@docusaurus/core |
@slorber it wasn't related to npm 7 specifically. I help run Renovate Bot and correct source URLs help us with both automated grouping as well as changelog retrieval. An example of one which is missing source links is https://www.npmjs.com/package/@docusaurus/preset-classic |
Thanks, I see. PR welcome ;) Are you able to retrieve easily the changelogs, as we have v1 and v2 changelogs at the root? We have an issue about Renovate Bot here, will have to check that and see how Docusaurus can benefit from it. |
🐛 Bug Report
The
package.json
files within packages/* contain incomplete metadata for source repo and source directory. e.g. as according to this advice from npm'spackage.json
documentation:Have you read the [Contributing Guidelines on issues]
Yes
To Reproduce
View any
package.json
withinpackages/*
. I think all are missing thedirectory
field and some are also missing the source repository information altogether (e.g. @docusaurus/preset-classic)Expected behavior
Monorepo
package.json
files should all contain a validrepository
object includingdirectory
field.I can try correcting this if you agree to receive a PR.
Actual Behavior
N/A
Your Environment
N/A
Reproducible Demo
N/A
The text was updated successfully, but these errors were encountered: