Browse Source

Rename repo.

gh-pages
Matt Ranney 14 years ago
parent
commit
8262c84d50
  1. 4
      package.json

4
package.json

@ -1,10 +1,10 @@
{ "name" : "redis", { "name" : "redis",
"version" : "0.0.2", "version" : "0.0.3",
"description" : "Redis client library", "description" : "Redis client library",
"author": "Matt Ranney <mjr@ranney.com>", "author": "Matt Ranney <mjr@ranney.com>",
"main": "./index.js", "main": "./index.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/mranney/redis.git" "url": "git://github.com/mranney/node_redis.git"
} }
} }

Loading…
Cancel
Save