Skip to content

Commit

Permalink
chore(package): add funding (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Dec 22, 2024
1 parent fd9ce0c commit 8605075
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,36 @@
{
"name": "Tomas Della Vedova",
"url": "http://delved.org"
},
{
"name": "Manuel Spigolon",
"email": "[email protected]"
},
{
"name": "Aras Abbasi",
"email": "[email protected]"
},
{
"name": "Frazer Smith",
"email": "[email protected]",
"url": "https://github.com/fdawgs"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/avvio/issues"
},
"homepage": "https://github.com/fastify/avvio#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
Expand Down

0 comments on commit 8605075

Please sign in to comment.