From 22c38b818e9a78285a61e4436c421e036b581de8 Mon Sep 17 00:00:00 2001 From: jess Date: Tue, 16 Jul 2019 08:49:38 -0700 Subject: [PATCH] Activating Open Collective (#213) * Added financial contributors to the README * Added call to donate after npm install (optional) --- README.md | 30 ++++++++++++++++++++++++++++++ package.json | 24 +++++++++++++++++++++--- 2 files changed, 51 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b621c64..5744168d 100644 --- a/README.md +++ b/README.md @@ -388,6 +388,36 @@ import logo from 'super-tiny-icons/images/svg/github.svg'; The demo repository bootstrapped with `create-react-app`: [create-react-app-super-tiny-icons](https://github.com/limonte/create-react-app-super-tiny-icons) +## 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/SuperTinyIcons/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/SuperTinyIcons/contribute)] + + + + + + + + + + + + ## Licenses The majority of these vector logos are based on someone else's work. diff --git a/package.json b/package.json index 7f0758a0..2d9b9fb5 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,24 @@ "url": "https://shkspr.mobi/blog/" }, "keywords": [ - "icons", "svg", "iconset", "logo", "logos", "twitter", "facebook", "svg", "flattr" - ] -} + "icons", + "svg", + "iconset", + "logo", + "logos", + "twitter", + "facebook", + "svg", + "flattr" + ], + "dependencies": { + "opencollective-postinstall": "^2.0.2" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/SuperTinyIcons" + }, + "scripts": { + "postinstall": "opencollective-postinstall || true" + } +} \ No newline at end of file