Skip to content

Commit

Permalink
Use git https for forked node-irc
Browse files Browse the repository at this point in the history
This works better behind corporate firewalls
  • Loading branch information
amaltson authored and Arthur Maltson committed Dec 4, 2013
1 parent 4c7bf47 commit ea07e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "grunt"
},
"dependencies": {
"irc": "git://github.com/nandub/node-irc.git"
"irc": "git+https://github.com/nandub/node-irc.git"
},
"devDependencies": {
"grunt": "~0.4.1",
Expand Down

0 comments on commit ea07e41

Please sign in to comment.