From 1ad776db5a1339ce384608d9fe753e08a5de5abe Mon Sep 17 00:00:00 2001 From: David Aerne Date: Sat, 13 Jan 2024 15:57:27 +0100 Subject: [PATCH] chore(npm): add funding --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d29e98e3..9bbf8fe6 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,15 @@ "path": "cz-conventional-changelog" } }, - "dependencies": {} + "dependencies": {}, + "funding": [ + { + "type": "ko-fi", + "url": "https://ko-fi.com/colorparrot" + }, + { + "type": "github-sponsors", + "url": "https://github.com/sponsors/meodai" + } + ] }