From 3d804009f65fac459d7026af6fe50d90a8c259e4 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Fri, 20 Sep 2024 14:33:23 +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 c0dcd38..1a19808 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,10 @@ "typings": "index", "repository": "git@github.com:rubensworks/relative-to-absolute-iri.js.git", "author": "Ruben Taelman ", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/rubensworks/" + }, "bugs": { "url": "https://github.com/rubensworks/relative-to-absolute-iri.js/issues" },