From b1e51c8c7bd541d7ad7b2231cac67d0d7c7e599a Mon Sep 17 00:00:00 2001 From: Bryce Baril Date: Thu, 3 Sep 2015 10:23:45 -0700 Subject: [PATCH] Update repository location to new GitHub org --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b4452bb1d3..6e322a046a 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,14 @@ }, "repository": { "type": "git", - "url": "git://github.com/mranney/node_redis.git" + "url": "git://github.com/NodeRedis/node_redis.git" + }, + "bugs": { + "url": "https://github.com/NodeRedis/node_redis/issues" + }, + "homepage": "https://github.com/NodeRedis/node_redis", + "directories": { + "example": "examples", + "test": "test" } }