You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
Merge pull request #266 from mranney/rm-hiredis
package.json: remove optional hiredis dep
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
{ "name" : "redis",
|
||||
"version" : "0.7.2",
|
||||
"description" : "Redis client library",
|
||||
"description" : "Redis client library, battle-tested by Voxer.com",
|
||||
"keywords" : [ "redis", "pub", "sub", "voxer", "database" ],
|
||||
"author": "Matt Ranney <mjr@ranney.com>",
|
||||
"maintainers": [
|
||||
"David Trejo <david.daniel.trejo@gmail.com> (http://dtrejo.com/)"
|
||||
],
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
"test": "node ./test.js"
|
||||
@@ -12,9 +10,6 @@
|
||||
"devDependencies": {
|
||||
"metrics": ">=0.1.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"hiredis": "*"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mranney/node_redis.git"
|
||||
|
Reference in New Issue
Block a user