remove connect and cookie dependency

This commit is contained in:
José F. Romaniello
2013-06-05 08:38:33 -03:00
parent 9fea831500
commit 04ea36fdd3
4 changed files with 39 additions and 22 deletions

View File

@@ -22,8 +22,6 @@
"license": "MIT",
"dependencies": {
"passport": "~0.1.16",
"connect": "2.7.5",
"cookie": "0.0.5",
"request": "~2.19.0",
"xtend": "~2.0.3"
},
@@ -34,6 +32,7 @@
"socket.io": "~0.9.14",
"passport-local": "~0.1.6",
"xmlhttprequest": "~1.5.0",
"socket.io-client": "git+https://github.com/jfromaniello/socket.io-client.git"
"socket.io-client": "git+https://github.com/jfromaniello/socket.io-client.git",
"connect": "~2.7.11"
}
}