deps: upgrade socket.io to 1.2.1

This commit is contained in:
calzoneman 2015-01-08 17:57:44 -06:00
parent 4135ec0bf8
commit 8630c5972c
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
const VERSION = "3.6.1"; const VERSION = "3.6.2";
var singleton = null; var singleton = null;
var Config = require("./config"); var Config = require("./config");

View File

@ -2,7 +2,7 @@
"author": "Calvin Montgomery", "author": "Calvin Montgomery",
"name": "CyTube", "name": "CyTube",
"description": "Online media synchronizer and chat", "description": "Online media synchronizer and chat",
"version": "3.6.1", "version": "3.6.2",
"repository": { "repository": {
"url": "http://github.com/calzoneman/sync" "url": "http://github.com/calzoneman/sync"
}, },
@ -23,7 +23,7 @@
"oauth": "^0.9.12", "oauth": "^0.9.12",
"q": "^1.0.1", "q": "^1.0.1",
"serve-static": "^1.5.3", "serve-static": "^1.5.3",
"socket.io": "^1.1.0", "socket.io": "^1.2.1",
"yamljs": "^0.1.5" "yamljs": "^0.1.5"
} }
} }