From a79b8fae4f645ac6cf446bb19b35c324546fdb00 Mon Sep 17 00:00:00 2001 From: leibale Date: Wed, 13 Oct 2021 13:37:57 -0400 Subject: [PATCH] move from "NodeRedis" to "Redis" --- README.md | 12 ++++++------ package.json | 16 +++------------- 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 073776535e..23b183f540 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@

- +

Node Redis

- - Coverage Status + + Coverage Status Downloads @@ -57,7 +57,7 @@ createClient({ }); ``` -You can also use discrete parameters, UNIX sockets, and even TLS to connect. Details can be found in in the [Wiki](https://github.com/NodeRedis/node-redis/wiki/lib.socket#RedisSocketOptions). +You can also use discrete parameters, UNIX sockets, and even TLS to connect. Details can be found in in the [Wiki](https://github.com/redis/node-redis/wiki/lib.socket#RedisSocketOptions). ### Redis Commands @@ -279,8 +279,8 @@ If you'd like to contribute, check out the [contributing guide](CONTRIBUTING.md) Thank you to all the people who already contributed to Node Redis! - - + + ## License diff --git a/package.json b/package.json index 7f8720f47b..80bf7aa05a 100644 --- a/package.json +++ b/package.json @@ -8,16 +8,6 @@ "pubsub" ], "author": "Matt Ranney ", - "contributors": [ - { - "name": "Mike Diarmid (Salakar)", - "url": "https://github.com/salakar" - }, - { - "name": "Ruben Bridgewater (BridgeAR)", - "url": "https://github.com/BridgeAR" - } - ], "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -57,10 +47,10 @@ }, "repository": { "type": "git", - "url": "git://github.com/NodeRedis/node-redis.git" + "url": "git://github.com/redis/node-redis.git" }, "bugs": { - "url": "https://github.com/NodeRedis/node-redis/issues" + "url": "https://github.com/redis/node-redis/issues" }, - "homepage": "https://github.com/NodeRedis/node-redis" + "homepage": "https://github.com/redis/node-redis" }