Revert "Use own fork of node-redis-sentinel"

This reverts commit a351534a5f0e50656430ff37d2f6c42f701096d0.
This commit is contained in:
James Allen 2014-11-19 11:21:36 +00:00
parent e988dc8586
commit b67b49564d

View file

@ -1,6 +1,6 @@
{ {
"name": "redis-sharelatex", "name": "redis-sharelatex",
"version": "0.0.6", "version": "0.0.5",
"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": "git+https://github.com/sharelatex/node-redis-sentinel.git#master", "redis-sentinel": "0.1.1",
"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"