From b9fbd69168183836f3f5b72e46e34005d6558e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Thu, 7 Nov 2019 09:51:00 +0100 Subject: [PATCH] Add funding information to package.json See https://github.com/npm/rfcs/blob/latest/accepted/0017-add-funding-support.md --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 6efa36bdd1..a39c349b78 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,10 @@ "tdd", "tap" ], + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mochajs" + }, "author": "TJ Holowaychuk ", "contributors": [ "38elements ",