We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
repository
Since #58 hosted-git-info is used to normalize dependencies. To be consistent, I suggest doing the same for the repository property.
This would mean that
"repository": "npm/normalize-package-data"
would be normalized to
"repository": "github:npm/normalize-package-data"
instead of
"repository": { "type": "git", "url": "git+https://github.com/npm/normalize-package-data.git" }
The text was updated successfully, but these errors were encountered:
Are there any updates?
Sorry, something went wrong.
No branches or pull requests
Since #58 hosted-git-info is used to normalize dependencies. To be consistent, I suggest doing the same for the
repository
property.This would mean that
would be normalized to
instead of
The text was updated successfully, but these errors were encountered: