diff --git a/README.md b/README.md index 14921ae68..c9508edd5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
-
+
@@ -89,3 +89,33 @@ Hemera is free for any use (MIT license). If you are in production don't miss th
# Sponsorship
Development of the hemera core module generously supported by contributions from individuals and corporations. If you are benefiting from hemera and would like to help keep the project financially sustainable, please visit [Dustin Deus](https://www.patreon.com/starptech) Patreon page, his [Paypal Me](https://www.paypal.me/payinstant/25) or contact him via [email](mailto:deusdustin@gmail.com).
+
+## Contributors
+
+This project exists thanks to all the people who contribute.
+
+
+
+## Backers
+
+Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/hemera#backer)]
+
+
+
+
+## Sponsors
+
+Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/hemera#sponsor)]
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/package.json b/package.json
index bd4a7ac5a..ac6454996 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,8 @@
"test": "nyc mocha -b -r \"./test/hemera/bootstrap\" -t 5000 --exit \"./test/**/*.spec.js\" && yarn run typescript",
"typescript": "tsc --project ./test/hemera/types/tsconfig.json",
"coverage": "yarn run test && nyc report --reporter=html",
- "ci": "nyc mocha -r \"./test/hemera/bootstrap\" -t 5000 --exit \"./test/**/*.spec.js\" && nyc report --reporter=text-lcov | coveralls"
+ "ci": "nyc mocha -r \"./test/hemera/bootstrap\" -t 5000 --exit \"./test/**/*.spec.js\" && nyc report --reporter=text-lcov | coveralls",
+ "postinstall": "opencollective-postinstall"
},
"husky": {
"hooks": {
@@ -90,5 +91,12 @@
"workspaces": [
"packages/*"
],
- "dependencies": {}
-}
+ "dependencies": {
+ "opencollective-postinstall": "^2.0.2",
+ "opencollective": "^1.0.3"
+ },
+ "collective": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/hemera"
+ }
+}
\ No newline at end of file