From d3f81d6c9e755a324d3cae37aa58666ed9e32fbb Mon Sep 17 00:00:00 2001
From: Jess
Date: Sun, 21 Apr 2019 12:40:38 -0700
Subject: [PATCH 1/2] Added backers and sponsors on the README
---
README.md | 32 +++++++++++++++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
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)]
+
+
+
+
+
+
+
+
+
+
+
+
+
From 2305f93f703715b2c24b5e42fb0c154e13870f19 Mon Sep 17 00:00:00 2001
From: Jess
Date: Sun, 21 Apr 2019 12:40:38 -0700
Subject: [PATCH 2/2] Added call to donate after npm install (optional)
---
package.json | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
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