NodeChat

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

commit 63a53de7db6ab31753784ca5d101fb84494dd947
parent 2b802407a67d2d3c14c4167e3e52d12b9ba49037
Author: Guillermo Rauch <rauchg@gmail.com>
Date:   Sat, 31 May 2014 11:00:47 -0700

Update package.json
Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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.0" + "socket.io": "1.0.2" } }