From c83cb0524258e8090d0ae487c5d13cc873af2e27 Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Thu, 7 Nov 2019 14:50:53 +0800 Subject: [PATCH] fix: update funding information --- .github/FUNDING.yml | 1 - package.json | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 05b86cfa..c73a3a95 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,3 @@ # These are supported funding model platforms -github: [luin] open_collective: ioredis diff --git a/package.json b/package.json index 5e7dee8e..b998b464 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,10 @@ ], "author": "luin (http://zihua.li)", "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/ioredis" + }, "dependencies": { "cluster-key-slot": "^1.1.0", "debug": "^4.1.1",