From 284e335c89bda59a1eb4b565d1cfd761535c3793 Mon Sep 17 00:00:00 2001 From: Jess Date: Sun, 7 Jul 2019 10:54:20 -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 60b8b26..cbe58d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![ungrid logo](../gh-pages/favicon.png "ungrid logo") -# ungrid [![npm version](https://badge.fury.io/js/ungrid.svg)](http://badge.fury.io/js/ungrid) [![Bower version](https://badge.fury.io/bo/ungrid.svg)](http://badge.fury.io/bo/ungrid) +# ungrid [![Financial Contributors on Open Collective](https://opencollective.com/ungrid/all/badge.svg?label=financial+contributors)](https://opencollective.com/ungrid) [![npm version](https://badge.fury.io/js/ungrid.svg)](http://badge.fury.io/js/ungrid) [![Bower version](https://badge.fury.io/bo/ungrid.svg)](http://badge.fury.io/bo/ungrid) the simplest responsive css grid @@ -55,6 +55,36 @@ To use, simply put as many `.col`s as you wish in your `.row`s and the `.col`s w +## 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/ungrid/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/ungrid/contribute)] + + + + + + + + + + + + ## License The MIT License (MIT) From 93e2b47a921908009afa8c65ab4ba2293d3cc596 Mon Sep 17 00:00:00 2001 From: Jess Date: Sun, 7 Jul 2019 10:54:20 -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 61953e9..56af57d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "the simplest responsive css grid", "main": "ungrid.css", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "postinstall": "opencollective-postinstall || true" }, "repository": { "type": "git", @@ -23,5 +24,12 @@ "bugs": { "url": "https://github.com/chrisnager/ungrid/issues" }, - "homepage": "https://github.com/chrisnager/ungrid" -} + "homepage": "https://github.com/chrisnager/ungrid", + "dependencies": { + "opencollective-postinstall": "^2.0.2" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/ungrid" + } +} \ No newline at end of file