Skip to content

Commit

Permalink
Everything should now be working.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveWang committed Jul 19, 2011
1 parent 948c1d2 commit f291893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/nowclient.js
@@ -1,4 +1,4 @@
var io = require('socket.io-client');
var io = require('socket.io-nodeclient');

var socket = io.connect(process.argv[2]);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"url" : "git@github.com:Flotype/nowclient.git"
},
"dependencies" : {
"socket.io-nodeclient": "https://github.com/ericz/socket.io-nodeclient/tarball/master"
"socket.io-nodeclient": "https://github.com/steveWang/socket.io-nodeclient/tarball/master"
},
"engines": { "node" : "0.4.x"}
}

0 comments on commit f291893

Please sign in to comment.