Skip to content

Commit

Permalink
Merge be7860c into b24360c
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeywithacupcake committed Nov 4, 2018
2 parents b24360c + be7860c commit c7ba804
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
32 changes: 32 additions & 0 deletions README.md
Expand Up @@ -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/)

Expand Down Expand Up @@ -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.
<a href="https://github.com/kucherenko/jscpd/contributors"><img src="https://opencollective.com/jscpd/contributors.svg?width=890&button=false" /></a>


## Backers

Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/jscpd#backer)]

<a href="https://opencollective.com/jscpd#backers" target="_blank"><img src="https://opencollective.com/jscpd/backers.svg?width=890"></a>


## 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)]

<a href="https://opencollective.com/jscpd/sponsor/0/website" target="_blank"><img src="https://opencollective.com/jscpd/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/jscpd/sponsor/1/website" target="_blank"><img src="https://opencollective.com/jscpd/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/jscpd/sponsor/2/website" target="_blank"><img src="https://opencollective.com/jscpd/sponsor/2/avatar.svg"></a>
<a href="https://opencollective.com/jscpd/sponsor/3/website" target="_blank"><img src="https://opencollective.com/jscpd/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/jscpd/sponsor/4/website" target="_blank"><img src="https://opencollective.com/jscpd/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/jscpd/sponsor/5/website" target="_blank"><img src="https://opencollective.com/jscpd/sponsor/5/avatar.svg"></a>
<a href="https://opencollective.com/jscpd/sponsor/6/website" target="_blank"><img src="https://opencollective.com/jscpd/sponsor/6/avatar.svg"></a>
<a href="https://opencollective.com/jscpd/sponsor/7/website" target="_blank"><img src="https://opencollective.com/jscpd/sponsor/7/avatar.svg"></a>
<a href="https://opencollective.com/jscpd/sponsor/8/website" target="_blank"><img src="https://opencollective.com/jscpd/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/jscpd/sponsor/9/website" target="_blank"><img src="https://opencollective.com/jscpd/sponsor/9/avatar.svg"></a>



## License

[The MIT License](https://github.com/kucherenko/jscpd/blob/master/LICENSE)
Expand Down
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -21,6 +21,7 @@
"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"
},
Expand All @@ -46,7 +47,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",
Expand Down Expand Up @@ -95,5 +97,9 @@
"preferGlobal": true,
"engines": {
"node": ">=6.0.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/jscpd"
}
}

0 comments on commit c7ba804

Please sign in to comment.