From ada20b4b4eb6df3fbed57eb14b9656d3de4df49d Mon Sep 17 00:00:00 2001 From: Jess Date: Tue, 17 Sep 2019 18:27:42 -0700 Subject: [PATCH 1/2] Added financial contributors to the README --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 876f3949..c1dce080 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

StyleCI -Build Status + Build Status License Localisation Latest Stable Version @@ -71,3 +71,33 @@ A professional **installation service** is offered by Alt Three Services Limited ## Sponsorship You can sponsor Cachet at our [Patreon page](https://patreon.com/jbrooksuk). + +## 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/Cachet/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/Cachet/contribute)] + + + + + + + + + + + From c5fba6e1be99ccc8fe523cd12bb71ffcc90305df Mon Sep 17 00:00:00 2001 From: Jess Date: Tue, 17 Sep 2019 18:27:43 -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 e65091ec..47431cf1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "watch-poll": "npm run watch -- --watch-poll", "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", "prod": "npm run production", - "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" + "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", + "postinstall": "opencollective-postinstall || true" }, "devDependencies": { "animate-sass": "^0.8.2", @@ -35,5 +36,12 @@ "vue": "^2.6.10", "vue-template-compiler": "^2.6.10" }, - "private": true -} + "private": true, + "dependencies": { + "opencollective-postinstall": "^2.0.2" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/Cachet" + } +} \ No newline at end of file