Skip to content

Commit

Permalink
Set us up the match on node jitsu.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgm committed Oct 16, 2012
1 parent 06635c5 commit c3c4a78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "devjep",
"version": "0.0.1",
"version": "0.0.1-1",
"dependencies": {
"express": "2.5.6",
"socket.io": ""
"socket.io": "0.9.x"
},
"subdomain": "devjep",
"scripts": {
"start": "app.js"
},
"engines": {
"node": "0.8.x"
}
}
}
2 changes: 1 addition & 1 deletion public/js/common.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var socket = io.connect('http://192.168.1.100');
var socket = io.connect('http://devjep.jit.su');

$(document).ready(function() {
size();
Expand Down

0 comments on commit c3c4a78

Please sign in to comment.