misc: activating open collective
[ci skip]
Showing
CONTRIBUTING.md
0 → 100644
... | @@ -10,7 +10,8 @@ | ... | @@ -10,7 +10,8 @@ |
"build": "node tools/fuse", | "build": "node tools/fuse", | ||
"dev": "node tools/fuse -d", | "dev": "node tools/fuse -d", | ||
"dev-configure": "node tools/fuse -c", | "dev-configure": "node tools/fuse -c", | ||
"test": "jest" | "test": "jest", | ||
"postinstall": "opencollective postinstall" | |||
}, | }, | ||
"bin": { | "bin": { | ||
"wiki": "wiki.js" | "wiki": "wiki.js" | ||
... | @@ -93,6 +94,7 @@ | ... | @@ -93,6 +94,7 @@ |
"multer": "~1.3.0", | "multer": "~1.3.0", | ||
"node-2fa": "~1.1.2", | "node-2fa": "~1.1.2", | ||
"node-graceful": "~0.2.3", | "node-graceful": "~0.2.3", | ||
"opencollective": "~1.0.3", | |||
"ora": "~1.3.0", | "ora": "~1.3.0", | ||
"passport": "~0.4.0", | "passport": "~0.4.0", | ||
"passport-azure-ad-oauth2": "0.0.4", | "passport-azure-ad-oauth2": "0.0.4", | ||
... | @@ -172,5 +174,10 @@ | ... | @@ -172,5 +174,10 @@ |
"**/?(*.)(spec|test).js?(x)" | "**/?(*.)(spec|test).js?(x)" | ||
], | ], | ||
"verbose": true | "verbose": true | ||
}, | |||
"collective": { | |||
"type": "opencollective", | |||
"url": "https://opencollective.com/wikijs", | |||
"logo": "https://opencollective.com/opencollective/logo.txt" | |||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment