remove connect and cookie dependency
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user