Skip to content

Commit

Permalink
add funding
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Apr 21, 2024
1 parent 508d0e6 commit f0dfdff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"type": "github",
"url": "https://github.com/nknapp/query-bin"
},
"funding": [
{
"type": "individual",
"url": "https://www.paypal.com/donate/?hosted_button_id=GB656ZSAEQEXN"
},
{
"type": "liberapay",
"url": "https://de.liberapay.com/nils.knappmeier/"
}
],
"scripts": {
"test": "vitest run && tsc",
"format": "prettier -w .",
Expand Down
7 changes: 7 additions & 0 deletions scripts/build-readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,12 @@ Don't afraid to use this project even if the last commit is a long time ago. I t
If you like to help me maintain and update dependencies, please contact me. At the moment, I tend not to be very active
though.
## Funding :coffee:
You can support me at
* [Liberapay](https://de.liberapay.com/nils.knappmeier/)
* [Paypal](https://www.paypal.com/donate/?hosted_button_id=GB656ZSAEQEXN)
`;
});

0 comments on commit f0dfdff

Please sign in to comment.