From 14e71f84dc2723e391e3f3aceb47997f8c3aafd1 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Fri, 20 Sep 2024 14:33:22 +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 9f99f3b..ddacf30 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,10 @@ "typings": "lib/index", "repository": "git@github.com:rubensworks/rdf-dereference.js.git", "author": "Ruben Taelman ", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/rubensworks/" + }, "bugs": { "url": "https://github.com/rubensworks/rdf-dereference.js/issues" },