From c5ac4c769588761fb68d89890998234e83fc1c1a Mon Sep 17 00:00:00 2001 From: ylemkimon Date: Sun, 31 Oct 2021 01:13:10 +0900 Subject: [PATCH] docs(package.json): add funding (#3378) --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 5231acb2..bc675c5c 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ "type": "git", "url": "https://github.com/KaTeX/KaTeX.git" }, + "funding": [ + "https://opencollective.com/katex", + "https://github.com/sponsors/katex" + ], "files": [ "katex.js", "cli.js",