From d7bcb63f7036fdce6896fd37f0e6364ad3661dbe Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 27 Nov 2019 11:45:02 -0500 Subject: [PATCH] add our opencollective url to package.json for the new 'funding' api --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 4b62e5a37..a84f9ef6c 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,10 @@ "type": "git", "url": "git://github.com/xwiki-labs/cryptpad.git" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/cryptpad" + }, "dependencies": { "chainpad-crypto": "^0.2.2", "chainpad-server": "^3.0.5",