From b8fea5f2e293893e3fbdd0f829d5598be102952f Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Fri, 20 Sep 2024 14:33:21 +0200 Subject: [PATCH] Add funding to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 9b1f713..2986abd 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,10 @@ "typings": "index", "repository": "git@github.com:rubensworks/graphql-ld.js.git", "author": "Ruben Taelman ", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/rubensworks/" + }, "bugs": { "url": "https://github.com/rubensworks/graphql-ld.js/issues" },