From 5764d45513d5902b97c6d1629264ef9d4b7c5faa Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 29 Dec 2024 19:19:44 +0000 Subject: [PATCH] chore(package): add funding (#204) Signed-off-by: Frazer Smith --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 06d717b..1923b42 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,16 @@ "tsd": "^0.31.1" }, "homepage": "http://github.com/fastify/fastify-request-context", + "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-request-context.git"