From f2c472bb81279ba83d42d0dd2b9d5d8f6a3ada9f Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 10 Nov 2019 10:02:09 +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 b89fdec..3bf3bde 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,10 @@ ], "repository": "syntax-tree/hast-util-parse-selector", "bugs": "https://github.com/syntax-tree/hast-util-parse-selector/issues", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + }, "author": "Titus Wormer (https://wooorm.com)", "contributors": [ "Titus Wormer (https://wooorm.com)"