From ce6a679c0db004de1b4a9ad63c570dff9b571236 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 1 Apr 2023 13:48:04 +0200 Subject: [PATCH] Add github to funding options MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/FUNDING.yml | 1 + package.json | 14 ++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index fd48df2..79c9812 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ patreon: fraggle_ +github: jerome-benoit diff --git a/package.json b/package.json index 307a97f..f10f7ac 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,16 @@ "type": "git", "url": "git://github.com/jerome-benoit/benchmarks-js.git" }, - "funding": { - "type": "patreon", - "url": "https://www.patreon.com/fraggle_" - }, + "funding": [ + { + "type": "patreon", + "url": "https://www.patreon.com/fraggle_" + }, + { + "type": "github", + "url": "https://github.com/sponsors/jerome-benoit" + } + ], "scripts": { "preinstall": "npx only-allow pnpm", "prepare": "node prepare.js", -- 2.34.1