From 34449ddc50b16e89b2def29bc8328ee3bdb04ab0 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Sat, 16 Mar 2024 14:34:47 +0100 Subject: [PATCH] chore: use github sponsors for npm "funding" --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index b414a491d..a692aeccd 100644 --- a/package.json +++ b/package.json @@ -93,10 +93,7 @@ "url": "https://github.com/kettanaito" }, "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mswjs" - }, + "funding": "https://github.com/sponsors/mswjs", "files": [ "config/constants.js", "config/scripts/postinstall.js",