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