bower / registry

The Bower registry
https://registry.bower.io/packages
MIT License
292 stars 66 forks source link

Allowing for ssh URI as well (prevents repository not found for private repos) #18

Closed trmtab closed 10 years ago

trmtab commented 11 years ago

I might have been doing something stupid, but we were attempting to create a private registry and the git URLs formatted in the following way were not working:

git://github.com/[organization]/[name]

Formatting this way did work, but was failing validation:

ssh://github.com/[organization]/[name]
sindresorhus commented 10 years ago

Closing as this will soon be moot with the Node server rewrite.

You can make sure it's implemented there: https://github.com/bower/registry/tree/node_rewrite