thedjpetersen / subway

ABANDONED - A web based IRC client
1.47k stars 152 forks source link

Don't use git+ssh for git dependencies #294

Closed tlaundal closed 10 years ago

tlaundal commented 10 years ago

In the refactor branch git+ssh is used for the forks @thedjpetersen made of some libraries. This makes it impossible for people without explicit access to those repositories to pull, and therefore to do npm install. This can be fixed by using https instead of ssh

thedjpetersen commented 10 years ago

ah ok - still new to the npm dependencies thing

thedjpetersen commented 10 years ago

what is the format?

tlaundal commented 10 years ago

I take it you figured it out?

It should be something like git+https IIRC.