misc: activating open collective

[ci skip]
This commit is contained in:
asood123
2017-09-27 11:22:22 -04:00
committed by Nicolas Giard
parent f9989d1b98
commit 6ff78729be
4 changed files with 111 additions and 4 deletions

View File

@@ -10,7 +10,8 @@
"build": "node tools/fuse",
"dev": "node tools/fuse -d",
"dev-configure": "node tools/fuse -c",
"test": "jest"
"test": "jest",
"postinstall": "opencollective postinstall"
},
"bin": {
"wiki": "wiki.js"
@@ -93,6 +94,7 @@
"multer": "~1.3.0",
"node-2fa": "~1.1.2",
"node-graceful": "~0.2.3",
"opencollective": "~1.0.3",
"ora": "~1.3.0",
"passport": "~0.4.0",
"passport-azure-ad-oauth2": "0.0.4",
@@ -172,5 +174,10 @@
"**/?(*.)(spec|test).js?(x)"
],
"verbose": true
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/wikijs",
"logo": "https://opencollective.com/opencollective/logo.txt"
}
}
}