From 1ce86fdb8c746da5726d3c1c52433737dd2b9790 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 8 Mar 2020 18:45:15 +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 e38bbe1..6ae126e 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,10 @@ ], "repository": "retextjs/retext-profanities", "bugs": "https://github.com/retextjs/retext-profanities/issues", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + }, "author": "Titus Wormer (https://wooorm.com)", "contributors": [ "Titus Wormer (https://wooorm.com)",