mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
upgrade to node 4.2.1
This commit is contained in:
parent
1541eb319c
commit
56c0604b96
2 changed files with 5 additions and 1 deletions
1
services/docstore/.nvmrc
Normal file
1
services/docstore/.nvmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
4.2.1
|
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
||||||
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0",
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.4.0",
|
||||||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.1.0",
|
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.1.0",
|
||||||
"mongojs": "0.18.2",
|
"mongojs": "0.18.2",
|
||||||
"express": "~4.1.1",
|
"express": "~4.1.1",
|
||||||
|
@ -31,5 +31,8 @@
|
||||||
"chai": "~1.9.1",
|
"chai": "~1.9.1",
|
||||||
"grunt-forever": "~0.4.4",
|
"grunt-forever": "~0.4.4",
|
||||||
"request": "~2.34.0"
|
"request": "~2.34.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "~4.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue