From c3c4a78618b7a38c9de2a3b6bd99543ab5394f8e Mon Sep 17 00:00:00 2001 From: danielgm Date: Mon, 15 Oct 2012 22:47:06 -0700 Subject: [PATCH] Set us up the match on node jitsu. --- package.json | 13 ++++++++++--- public/js/common.js | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b89d694..94f5138 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file diff --git a/public/js/common.js b/public/js/common.js index 443a9fc..133be8a 100644 --- a/public/js/common.js +++ b/public/js/common.js @@ -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();