From 453accfc67d34924545477d30dbce64ccf03f259 Mon Sep 17 00:00:00 2001 From: Tom Fox <13188249+TomWFox@users.noreply.github.com> Date: Wed, 6 Nov 2019 17:55:04 +0000 Subject: [PATCH] Add funding link (#6192) * Add funding link * fix quotes --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 4082643c..97c39492 100644 --- a/package.json +++ b/package.json @@ -119,6 +119,10 @@ "url": "https://opencollective.com/parse-server", "logo": "https://opencollective.com/parse-server/logo.txt?reverse=true&variant=binary" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parse-server" + }, "husky": { "hooks": { "pre-commit": "lint-staged"