From 434e2a2e9ae198fb76b7564e09bc585340d6f6a2 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 10 Nov 2019 10:50:24 +0100 Subject: [PATCH] Add `funding` to `package.json` --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 0220a6a..a7e72b3 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,10 @@ ], "repository": "syntax-tree/unist-builder", "bugs": "https://github.com/syntax-tree/unist-builder/issues", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + }, "author": "Eugene Sharygin ", "contributors": [ "Eugene Sharygin ",