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

Support git@github.com:foo/bar.git style repository url. #22

Closed
h13i32maru opened this issue Jul 4, 2015 · 1 comment
Closed

Support git@github.com:foo/bar.git style repository url. #22

h13i32maru opened this issue Jul 4, 2015 · 1 comment

Comments

@h13i32maru
Copy link
Member

Now, supports following url in package.json

{
    "repository": {
    "type": "git",
    "url": "https://github.com/foo/bar"
  }
}

But, does not support following url in package.json

  "repository": {
    "type": "git",
    "url": "git@github.com:foo/bar.git",
  }
@hideyuki
Copy link

hideyuki commented Jul 4, 2015

🍺

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

No branches or pull requests

2 participants