From 65556b37a43c05555d6f0684a40cf441ddfa1c0d Mon Sep 17 00:00:00 2001 From: Jess Date: Sat, 3 Nov 2018 12:12:12 -0700 Subject: [PATCH 1/3] Added backers and sponsors on the README --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index 1a1d6911..ca11c20a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ If you need support language not from list feel free to create [request](https:/ [![npm](https://img.shields.io/npm/dw/jscpd.svg?style=flat-square)](https://www.npmjs.com/package/jscpd) [![Coveralls](https://img.shields.io/coveralls/kucherenko/jscpd.svg?style=flat-square)](https://coveralls.io/github/kucherenko/jscpd) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkucherenko%2Fjscpd.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkucherenko%2Fjscpd?ref=badge_shield) +[![Backers on Open Collective](https://opencollective.com/jscpd/backers/badge.svg)](#backers) +[![Sponsors on Open Collective](https://opencollective.com/jscpd/sponsors/badge.svg)](#sponsors) [![NPM](https://nodei.co/npm/jscpd.png)](https://nodei.co/npm/jscpd/) @@ -226,6 +228,36 @@ You can find example of xsl template in reporters-xslt folder. [Project plans](https://github.com/kucherenko/jscpd/blob/master/todo.md) +## Contributors + +This project exists thanks to all the people who contribute. + + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/jscpd#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/jscpd#sponsor)] + + + + + + + + + + + + + + ## License [The MIT License](https://github.com/kucherenko/jscpd/blob/master/LICENSE) From 21bd976bf60ba1eb678312311b49e0edfa93a5ca Mon Sep 17 00:00:00 2001 From: Jess Date: Sat, 3 Nov 2018 12:12:12 -0700 Subject: [PATCH 2/3] Added call to donate after npm install (optional) --- package.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4a4c4bcc..1057fbad 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,10 @@ "glob": ">=5.0.x", "js-yaml": ">=3.4.x", "minimatch": "^3.0.4", + "opencollective-postinstall": "^2.0.1", "underscore": ">=1.8.x", - "winston": "2.4.0" + "winston": "2.4.0", + "opencollective": "^1.0.3" }, "devDependencies": { "chai": ">=1.10.x", @@ -46,7 +48,8 @@ "jscpd": "jscpd", "lint": "bash scripts/lint.sh", "coverage": "bash scripts/coverage.sh", - "coveralls": "cat ./coverage/lcov.info | coveralls" + "coveralls": "cat ./coverage/lcov.info | coveralls", + "postinstall": "opencollective-postinstall" }, "repository": { "type": "git", @@ -95,5 +98,9 @@ "preferGlobal": true, "engines": { "node": ">=6.0.0" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/jscpd" } -} +} \ No newline at end of file From be7860c9a4437ce92ac310babdf12fe4d79c4232 Mon Sep 17 00:00:00 2001 From: jess Date: Sun, 4 Nov 2018 08:44:17 -0800 Subject: [PATCH 3/3] Update package.json remove extra opencollective package --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1057fbad..df360b46 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,7 @@ "minimatch": "^3.0.4", "opencollective-postinstall": "^2.0.1", "underscore": ">=1.8.x", - "winston": "2.4.0", - "opencollective": "^1.0.3" + "winston": "2.4.0" }, "devDependencies": { "chai": ">=1.10.x", @@ -103,4 +102,4 @@ "type": "opencollective", "url": "https://opencollective.com/jscpd" } -} \ No newline at end of file +}