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 <doug@somethingdoug.com>",
"Matteo Collina <hello@matteocollina.com"
"Matteo Collina <hello@matteocollina.com",
{
"name": "Manuel Spigolon",
"email": "behemoth89@gmail.com"
},
{
"name": "Frazer Smith",
"email": "frazer.dev@icloud.com",
"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.