Skip to content
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

[FEATURE] Normalize repository using hosted-git-info #83

Open
sonicdoe opened this issue Mar 6, 2017 · 1 comment
Open

[FEATURE] Normalize repository using hosted-git-info #83

sonicdoe opened this issue Mar 6, 2017 · 1 comment
Labels

Comments

@sonicdoe
Copy link
Contributor

sonicdoe commented Mar 6, 2017

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"
}
@darcyclarke darcyclarke changed the title Normalize repository using hosted-git-info [FEATURE] Normalize repository using hosted-git-info Jul 28, 2022
@Wxh16144
Copy link

Wxh16144 commented Apr 7, 2023

Are there any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants