NodeChat

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 1285dbae5edcef5ba87ce598608a997f5d717527
parent 37f8a1e9ef8a4500eb9489249f80f747fd54701e
Author: Guillermo Rauch <rauchg@gmail.com>
Date:   Mon, 27 Oct 2014 16:04:23 -0700

update to latest

Diffstat:
Mindex.html | 2+-
Mpackage.json | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html @@ -18,7 +18,7 @@ <form action=""> <input id="m" autocomplete="off" /><button>Send</button> </form> - <script src="/socket.io/socket.io.js"></script> + <script src="https://cdn.socket.io/socket.io-1.2.0.js"></script> <script src="http://code.jquery.com/jquery-1.11.1.js"></script> <script> var socket = io(); diff --git a/package.json b/package.json @@ -4,6 +4,6 @@ "description": "my first socket.io app", "dependencies": { "express": "4.3.1", - "socket.io": "1.0.2" + "socket.io": "1.2.0" } }