Skip to content

Commit

Permalink
chore(package): add funding, homepage, and contribs (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
  • Loading branch information
Fdawgs authored Dec 22, 2024
1 parent b94a6c2 commit f93f945
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,26 @@
"index.js",
"types/index.d.ts"
],
"author": "Aras Abbasi",
"author": "Aras Abbasi <aras.abbasi@gmail.com>",
"contributors": [
{
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
{
"name": "Manuel Spigolon",
"email": "behemoth89@gmail.com"
},
{
"name": "James Sumners",
"url": "https://james.sumners.info"
},
{
"name": "Frazer Smith",
"email": "frazer.dev@icloud.com",
"url": "https://github.com/fdawgs"
}
],
"license": "MIT",
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
Expand All @@ -43,5 +62,16 @@
},
"bugs": {
"url": "https://github.com/fastify/accept-negotiator/issues"
}
},
"homepage": "https://github.com/fastify/accept-negotiator#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
]
}

0 comments on commit f93f945

Please sign in to comment.