From 6fcbd07229071c0ebf2efe75a91a4eb33f179778 Mon Sep 17 00:00:00 2001 From: Jess Date: Mon, 15 Jul 2019 06:05:39 -0700 Subject: [PATCH 1/2] Added financial contributors to the README --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 2709b8a..482575c 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,33 @@ ## see the docs on ![mailgo screencast](https://github.com/manzinello/mailgo/raw/master/assets/video/mailgo.gif) + +## Contributors + +### Code Contributors + +This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. + + +### Financial Contributors + +Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/mailgo/contribute)] + +#### Individuals + + + +#### Organizations + +Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/mailgo/contribute)] + + + + + + + + + + + From bf56dddf3aef967fcdb43b087c4450bd1c96d695 Mon Sep 17 00:00:00 2001 From: Jess Date: Mon, 15 Jul 2019 06:05:39 -0700 Subject: [PATCH 2/2] Added call to donate after npm install (optional) --- package.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a649ecf..5291ae0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "a different mailto", "scripts": { "build": "gulp && webpack", - "test": "jest" + "test": "jest", + "postinstall": "opencollective-postinstall || true" }, "repository": { "type": "git", @@ -41,6 +42,12 @@ "webpack": "^4.35.2", "webpack-cli": "^3.3.5" }, - "dependencies": {}, - "browserslist": "cover 99.5%" -} + "dependencies": { + "opencollective-postinstall": "^2.0.2" + }, + "browserslist": "cover 99.5%", + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/mailgo" + } +} \ No newline at end of file