[misc] explicitly install underscore

Use the same (outdated) version that is already in place.
This commit is contained in:
Jakob Ackermann 2020-11-11 16:23:12 +00:00
parent 222caeb9a8
commit dea6968fa9

View file

@ -34,7 +34,8 @@
"request": "^2.88.2",
"settings-sharelatex": "^1.1.0",
"socket.io": "https://github.com/overleaf/socket.io/archive/0.9.19-overleaf-4.tar.gz",
"socket.io-client": "https://github.com/overleaf/socket.io-client/archive/0.9.17-overleaf-3.tar.gz"
"socket.io-client": "https://github.com/overleaf/socket.io-client/archive/0.9.17-overleaf-3.tar.gz",
"underscore": "1.7.0"
},
"devDependencies": {
"bunyan": "~0.22.3",