add our opencollective url to package.json for the new 'funding' api

This commit is contained in:
ansuz 2019-11-27 11:45:02 -05:00
parent 3b6155ffce
commit d7bcb63f70

View File

@ -7,6 +7,10 @@
"type": "git", "type": "git",
"url": "git://github.com/xwiki-labs/cryptpad.git" "url": "git://github.com/xwiki-labs/cryptpad.git"
}, },
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cryptpad"
},
"dependencies": { "dependencies": {
"chainpad-crypto": "^0.2.2", "chainpad-crypto": "^0.2.2",
"chainpad-server": "^3.0.5", "chainpad-server": "^3.0.5",