Merge pull request #197 from overleaf/jpa-install-underscore

[misc] explicitly install underscore
This commit is contained in:
Jakob Ackermann 2020-11-12 14:54:09 +01:00 committed by GitHub
commit 786d6be690

View file

@ -34,7 +34,8 @@
"request": "^2.88.2", "request": "^2.88.2",
"settings-sharelatex": "^1.1.0", "settings-sharelatex": "^1.1.0",
"socket.io": "https://github.com/overleaf/socket.io/archive/0.9.19-overleaf-4.tar.gz", "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": { "devDependencies": {
"bunyan": "~0.22.3", "bunyan": "~0.22.3",