Skip to content

Commit fb6e073

Browse files
Merge pull request #121 from opencollective/opencollective
Activating Open Collective
2 parents d021196 + 30b38bc commit fb6e073

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NPM](https://nodei.co/npm/html-react-parser.png)](https://nodei.co/npm/html-react-parser/)
44

5-
[![NPM version](https://img.shields.io/npm/v/html-react-parser.svg)](https://www.npmjs.com/package/html-react-parser)
5+
[![Financial Contributors on Open Collective](https://opencollective.com/html-react-parser/all/badge.svg?label=financial+contributors)](https://opencollective.com/html-react-parser) [![NPM version](https://img.shields.io/npm/v/html-react-parser.svg)](https://www.npmjs.com/package/html-react-parser)
66
[![Build Status](https://travis-ci.org/remarkablemark/html-react-parser.svg?branch=master)](https://travis-ci.org/remarkablemark/html-react-parser)
77
[![Coverage Status](https://coveralls.io/repos/github/remarkablemark/html-react-parser/badge.svg?branch=master)](https://coveralls.io/github/remarkablemark/html-react-parser?branch=master)
88
[![Dependency status](https://david-dm.org/remarkablemark/html-react-parser.svg)](https://david-dm.org/remarkablemark/html-react-parser)
@@ -282,6 +282,36 @@ $ git push --follow-tags && npm publish
282282
- [Liberapay](https://b.remarkabl.org/liberapay)
283283
- [Teepsring](https://b.remarkabl.org/teespring)
284284

285+
## Contributors
286+
287+
### Code Contributors
288+
289+
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
290+
<a href="https://github.com/remarkablemark/html-react-parser/graphs/contributors"><img src="https://opencollective.com/html-react-parser/contributors.svg?width=890&button=false" /></a>
291+
292+
### Financial Contributors
293+
294+
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/html-react-parser/contribute)]
295+
296+
#### Individuals
297+
298+
<a href="https://opencollective.com/html-react-parser"><img src="https://opencollective.com/html-react-parser/individuals.svg?width=890"></a>
299+
300+
#### Organizations
301+
302+
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/html-react-parser/contribute)]
303+
304+
<a href="https://opencollective.com/html-react-parser/organization/0/website"><img src="https://opencollective.com/html-react-parser/organization/0/avatar.svg"></a>
305+
<a href="https://opencollective.com/html-react-parser/organization/1/website"><img src="https://opencollective.com/html-react-parser/organization/1/avatar.svg"></a>
306+
<a href="https://opencollective.com/html-react-parser/organization/2/website"><img src="https://opencollective.com/html-react-parser/organization/2/avatar.svg"></a>
307+
<a href="https://opencollective.com/html-react-parser/organization/3/website"><img src="https://opencollective.com/html-react-parser/organization/3/avatar.svg"></a>
308+
<a href="https://opencollective.com/html-react-parser/organization/4/website"><img src="https://opencollective.com/html-react-parser/organization/4/avatar.svg"></a>
309+
<a href="https://opencollective.com/html-react-parser/organization/5/website"><img src="https://opencollective.com/html-react-parser/organization/5/avatar.svg"></a>
310+
<a href="https://opencollective.com/html-react-parser/organization/6/website"><img src="https://opencollective.com/html-react-parser/organization/6/avatar.svg"></a>
311+
<a href="https://opencollective.com/html-react-parser/organization/7/website"><img src="https://opencollective.com/html-react-parser/organization/7/avatar.svg"></a>
312+
<a href="https://opencollective.com/html-react-parser/organization/8/website"><img src="https://opencollective.com/html-react-parser/organization/8/avatar.svg"></a>
313+
<a href="https://opencollective.com/html-react-parser/organization/9/website"><img src="https://opencollective.com/html-react-parser/organization/9/avatar.svg"></a>
314+
285315
## License
286316

287317
[MIT](https://github.com/remarkablemark/html-react-parser/blob/master/LICENSE)

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"release": "standard-version --no-verify",
1919
"test": "mocha",
2020
"test:coverage": "nyc npm test",
21-
"test:coverage:report": "nyc report --reporter=html"
21+
"test:coverage:report": "nyc report --reporter=html",
22+
"postinstall": "opencollective-postinstall || true"
2223
},
2324
"repository": {
2425
"type": "git",
@@ -37,6 +38,7 @@
3738
"dependencies": {
3839
"@types/domhandler": "2.4.1",
3940
"html-dom-parser": "0.2.2",
41+
"opencollective-postinstall": "2.0.2",
4042
"react-property": "1.0.1",
4143
"style-to-object": "0.2.3"
4244
},
@@ -72,5 +74,9 @@
7274
"/lib",
7375
"index.d.ts"
7476
],
75-
"license": "MIT"
76-
}
77+
"license": "MIT",
78+
"collective": {
79+
"type": "opencollective",
80+
"url": "https://opencollective.com/html-react-parser"
81+
}
82+
}

0 commit comments

Comments
 (0)