From 1d001a270a0989f37903938a1a8f5f75bd2aaf9f 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 9e5a045..9fa9830 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,10 @@ "typings": "index", "repository": "git@github.com:rubensworks/rdf-data-factory.js.git", "author": "Ruben Taelman ", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/rubensworks/" + }, "bugs": { "url": "https://github.com/rubensworks/rdf-data-factory.js/issues" },