From fdbc340f1c31ffc6ebe5da0e88f5c987b91b9756 Mon Sep 17 00:00:00 2001 From: Jess Date: Sun, 7 Apr 2019 13:12:38 -0700 Subject: [PATCH 1/2] Added backers and sponsors on the README --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe03320..dc12efe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Textillate.js v0.4.1 [![JS.ORG](https://img.shields.io/badge/js.org-textillate-ffb400.svg?style=flat-square)](http://js.org) +# Textillate.js v0.4.1 [![Backers on Open Collective](https://opencollective.com/textillate/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/textillate/sponsors/badge.svg)](#sponsors) [![JS.ORG](https://img.shields.io/badge/js.org-textillate-ffb400.svg?style=flat-square)](http://js.org) See a live demo [here](http://textillate.js.org/). @@ -156,3 +156,33 @@ $('.tlt').on('inAnimationBegin.tlt', function () { ## Code Samples * [textillate.js + bounce.js](http://codepen.io/jschr/pen/GaJCi) + +## Contributors + +This project exists thanks to all the people who contribute. + + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/textillate#backer)] + + + + +## Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/textillate#sponsor)] + + + + + + + + + + + + + From 6fe74d51b57f8de698d4ab74c786139aaaff8bea Mon Sep 17 00:00:00 2001 From: Jess Date: Sun, 7 Apr 2019 13:12:38 -0700 Subject: [PATCH 2/2] Added call to donate after npm install (optional) --- package.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 745c6ff..10f0a84 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,17 @@ "tests" ], "dependencies": { + "animate.css": ">= 3.0.0", "jquery": ">= 1.6.2", "letteringjs": ">= 0.6.1", - "animate.css": ">= 3.0.0" + "opencollective-postinstall": "^2.0.2", + "opencollective": "^1.0.3" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/textillate" + }, + "scripts": { + "postinstall": "opencollective-postinstall" } -} +} \ No newline at end of file