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

npm repository url #54

Closed
gronke opened this issue Aug 26, 2015 · 1 comment
Closed

npm repository url #54

gronke opened this issue Aug 26, 2015 · 1 comment

Comments

@gronke
Copy link

gronke commented Aug 26, 2015

npm show connect-modrewrite | grep repository -A 2

Current Output

repository: 
   { type: 'git',
     url: 'git://github.com/%3Atinganho/connect-modrewrite.git' },

Expected Output

repository: 
   { type: 'git',
     url: 'https://github.com/tinganho/connect-modrewrite.git' },
  • fix typo in url
  • HTTP protocol allows users without SSH key (added to their GitHub account) to install this repository

According to that the repository URL in package.json may also be modified.

@tinganho
Copy link
Owner

@gronke Thanks for reporting this. I will have it fixed.

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

No branches or pull requests

2 participants