mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
Merge pull request #46 from das7pad/misc/node7plus-support
[misc] add support for node 7+
This commit is contained in:
@@ -45,7 +45,7 @@ io.configure ->
|
||||
# gzip uses a Node 0.8.x method of calling the gzip program which
|
||||
# doesn't work with 0.6.x
|
||||
#io.enable('browser client gzip')
|
||||
io.set('transports', ['websocket', 'flashsocket', 'htmlfile', 'xhr-polling', 'jsonp-polling'])
|
||||
io.set('transports', ['websocket', 'htmlfile', 'xhr-polling', 'jsonp-polling'])
|
||||
io.set('log level', 1)
|
||||
|
||||
app.get "/", (req, res, next) ->
|
||||
|
||||
Generated
+3
-3
@@ -1560,9 +1560,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"socket.io": {
|
||||
"version": "0.9.16",
|
||||
"from": "socket.io@0.9.16",
|
||||
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz",
|
||||
"version": "0.9.19",
|
||||
"from": "socket.io@0.9.19",
|
||||
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-0.9.19.tgz",
|
||||
"dependencies": {
|
||||
"redis": {
|
||||
"version": "0.7.3",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"request": "^2.88.0",
|
||||
"session.socket.io": "^0.1.6",
|
||||
"settings-sharelatex": "^1.1.0",
|
||||
"socket.io": "0.9.16",
|
||||
"socket.io": "^0.9.19",
|
||||
"socket.io-client": "^0.9.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user