mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 14:26:38 +00:00
Merge pull request #46 from das7pad/misc/node7plus-support
[misc] add support for node 7+
This commit is contained in:
commit
fd8ac10bf7
3 changed files with 5 additions and 5 deletions
|
@ -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) ->
|
||||
|
|
6
services/real-time/npm-shrinkwrap.json
generated
6
services/real-time/npm-shrinkwrap.json
generated
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue