mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Revert "Use own fork of node-redis-sentinel"
This reverts commit a351534a5f0e50656430ff37d2f6c42f701096d0.
This commit is contained in:
parent
e988dc8586
commit
b67b49564d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "redis-sharelatex",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.5",
|
||||
"description": "redis wrapper for node which will either use sentinal or normal redis",
|
||||
"main": "index.js",
|
||||
"author": "henry oswald @ sharelatex",
|
||||
|
@ -13,7 +13,7 @@
|
|||
"grunt-mocha-test": "0.12.0",
|
||||
"mocha": "1.21.4",
|
||||
"redis": "0.12.1",
|
||||
"redis-sentinel": "git+https://github.com/sharelatex/node-redis-sentinel.git#master",
|
||||
"redis-sentinel": "0.1.1",
|
||||
"sandboxed-module": "1.0.1",
|
||||
"sinon": "1.10.3",
|
||||
"underscore": "1.7.0"
|
||||
|
|
Loading…
Reference in a new issue