Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Activating Open Collective #238

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<p align="center">
<a href="http://opensource.org/licenses/MIT"><img src="https://camo.githubusercontent.com/11ad3ffb000cd7668567587af947347c738b6472/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f657870726573732e7376673f7374796c653d666c61742d737175617265266d61784167653d33363030" alt="License MIT" data-canonical-src="https://img.shields.io/npm/l/express.svg?amp;maxAge=3600" style="max-width:100%;"></a>
<a href="http://opensource.org/licenses/MIT"><a href="#backers" alt="sponsors on Open Collective"><img src="https://opencollective.com/hemera/backers/badge.svg" /></a> <a href="#sponsors" alt="Sponsors on Open Collective"><img src="https://opencollective.com/hemera/sponsors/badge.svg" /></a> <img src="https://camo.githubusercontent.com/11ad3ffb000cd7668567587af947347c738b6472/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f657870726573732e7376673f7374796c653d666c61742d737175617265266d61784167653d33363030" alt="License MIT" data-canonical-src="https://img.shields.io/npm/l/express.svg?amp;maxAge=3600" style="max-width:100%;"></a>
<a href="https://travis-ci.org/hemerajs/hemera"><img src="https://travis-ci.org/hemerajs/hemera.svg?branch=master" alt="Build Status" data-canonical-src="https://travis-ci.org/hemerajs/hemera.svg?branch=master" style="max-width:100%;"></a>
<a href="https://ci.appveyor.com/project/StarpTech/hemera"><img src="https://ci.appveyor.com/api/projects/status/s3to4boq8yawulpn?svg=true" alt="Build Status" data-canonical-src="https://ci.appveyor.com/project/StarpTech/hemera" style="max-width:100%;"></a>
<a href='https://coveralls.io/github/hemerajs/hemera?branch=master'><img src='https://coveralls.io/repos/github/hemerajs/hemera/badge.svg?branch=master' alt='Coverage Status' /></a>
Expand Down Expand Up @@ -89,3 +89,33 @@ Hemera is free for any use (MIT license). If you are in production don't miss th
# Sponsorship

Development of the hemera core module generously supported by contributions from individuals and corporations. If you are benefiting from hemera and would like to help keep the project financially sustainable, please visit [Dustin Deus](https://www.patreon.com/starptech) Patreon page, his [Paypal Me](https://www.paypal.me/payinstant/25) or contact him via [email](mailto:deusdustin@gmail.com).

## Contributors

This project exists thanks to all the people who contribute.
<a href="https://github.com/hemerajs/hemera/graphs/contributors"><img src="https://opencollective.com/hemera/contributors.svg?width=890&button=false" /></a>


## Backers

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

<a href="https://opencollective.com/hemera#backers" target="_blank"><img src="https://opencollective.com/hemera/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/hemera#sponsor)]

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


14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"test": "nyc mocha -b -r \"./test/hemera/bootstrap\" -t 5000 --exit \"./test/**/*.spec.js\" && yarn run typescript",
"typescript": "tsc --project ./test/hemera/types/tsconfig.json",
"coverage": "yarn run test && nyc report --reporter=html",
"ci": "nyc mocha -r \"./test/hemera/bootstrap\" -t 5000 --exit \"./test/**/*.spec.js\" && nyc report --reporter=text-lcov | coveralls"
"ci": "nyc mocha -r \"./test/hemera/bootstrap\" -t 5000 --exit \"./test/**/*.spec.js\" && nyc report --reporter=text-lcov | coveralls",
"postinstall": "opencollective-postinstall"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -90,5 +91,12 @@
"workspaces": [
"packages/*"
],
"dependencies": {}
}
"dependencies": {
"opencollective-postinstall": "^2.0.2",
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/hemera"
}
}