Skip to content

Commit

Permalink
Merge pull request redis#266 from mranney/rm-hiredis
Browse files Browse the repository at this point in the history
package.json: remove optional hiredis dep
  • Loading branch information
mranney committed Sep 11, 2012
2 parents 790c783 + bb6dc24 commit 03823cf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
{ "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 <[email protected]>",
"maintainers": [
"David Trejo <[email protected]> (http://dtrejo.com/)"
],
"main": "./index.js",
"scripts": {
"test": "node ./test.js"
},
"devDependencies": {
"metrics": ">=0.1.5"
},
"optionalDependencies": {
"hiredis": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/mranney/node_redis.git"
Expand Down

0 comments on commit 03823cf

Please sign in to comment.