From 44092df02022a568dcfe12439c6aaf92168bb868 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 8 Mar 2020 18:50:11 +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 56a6c25..393fcd0 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,10 @@ ], "repository": "retextjs/retext-quotes", "bugs": "https://github.com/retextjs/retext-quotes/issues", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + }, "author": "Titus Wormer (https://wooorm.com)", "contributors": [ "Titus Wormer (https://wooorm.com)"