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)] + + + + + + + + + + + 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