1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00

Merge pull request #167 from isaacs/patch-1

List hiredis as an optional dependency.
This commit is contained in:
Matt Ranney
2012-02-02 18:08:18 -08:00

View File

@@ -22,6 +22,9 @@
"devDependencies": {
"metrics": ">=0.1.5"
},
"optionalDependencies": {
"hiredis": "*"
}
"repository": {
"type": "git",
"url": "git://github.com/mranney/node_redis.git"