From b08c63a9657e0dc89f2db89bf7e546b22a2486ca Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 29 Dec 2024 20:06:08 +0000 Subject: [PATCH] chore(package): add funding (#161) Signed-off-by: Frazer Smith --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 83abfc1..a1878f9 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,16 @@ "tsd": "^0.31.1" }, "homepage": "https://github.com/fastify/fastify-funky", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "repository": { "type": "git", "url": "git://github.com/fastify/fastify-funky.git"