From e0f71662662db398f07dd3ba600e9deee27d2384 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 15 Mar 2020 14:35:45 +0100 Subject: [PATCH] Add `funding` field to `package.json` --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index f00cd40..87c856a 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,10 @@ ], "repository": "rehypejs/rehype-sanitize", "bugs": "https://github.com/rehypejs/rehype-sanitize/issues", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + }, "author": "Titus Wormer (https://wooorm.com)", "contributors": [ "Titus Wormer (https://wooorm.com)"