Skip to content

Commit

Permalink
chore(package): add funding (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Dec 22, 2024
1 parent d3568f8 commit 0bac8c1
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@
"types": "types/index.d.ts",
"contributors": [
"Douglas Christopher Wilson <[email protected]>",
"Matteo Collina <[email protected]"
"Matteo Collina <[email protected]",
{
"name": "Manuel Spigolon",
"email": "[email protected]"
},
{
"name": "Frazer Smith",
"email": "[email protected]",
"url": "https://github.com/fdawgs"
}
],
"license": "MIT",
"repository": {
Expand All @@ -19,6 +28,16 @@
"url": "https://github.com/fastify/csrf/issues"
},
"homepage": "https://github.com/fastify/csrf#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"scripts": {
"bench": "node benchmark/index.js",
"lint": "eslint",
Expand Down

0 comments on commit 0bac8c1

Please sign in to comment.