mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[misc] rename npm-shrinkwrap.json to package-lock.json and run npm i
Also delete unused redis dependency.
This commit is contained in:
parent
31767304e5
commit
fc17d6adf1
2 changed files with 0 additions and 6 deletions
|
@ -3624,11 +3624,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"redis": {
|
||||
"version": "0.8.6",
|
||||
"resolved": "https://registry.npmjs.org/redis/-/redis-0.8.6.tgz",
|
||||
"integrity": "sha1-p66PDW+tJL3q/+KBWNbNHxydMLg="
|
||||
},
|
||||
"regexpp": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz",
|
|
@ -34,7 +34,6 @@
|
|||
"metrics-sharelatex": "^2.2.0",
|
||||
"mongojs": "2.4.0",
|
||||
"node-statsd": "0.0.3",
|
||||
"redis": "~0.8.4",
|
||||
"request": "^2.88.0",
|
||||
"settings-sharelatex": "^1.1.0",
|
||||
"underscore": "1.9.1"
|
||||
|
|
Loading…
Reference in a new issue