From d0a9e7fefca2f56732f21503fd097202ea531b8f 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 1e18335..ac5f3a2 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,10 @@ "typings": "index", "repository": "git@github.com:rdfjs/rdfxml-streaming-parser.js.git", "author": "Ruben Taelman ", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/rubensworks/" + }, "bugs": { "url": "https://github.com/rdfjs/rdfxml-streaming-parser.js/issues" },