From 8262c84d5010265d7e6527821f5e6af1bdd57f17 Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Tue, 14 Sep 2010 17:48:45 -0700 Subject: [PATCH] Rename repo. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 098ff3a8a5..2bda51d921 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name" : "redis", - "version" : "0.0.2", + "version" : "0.0.3", "description" : "Redis client library", "author": "Matt Ranney ", "main": "./index.js", "repository": { "type": "git", - "url": "git://github.com/mranney/redis.git" + "url": "git://github.com/mranney/node_redis.git" } }