Skip to content

Commit

Permalink
chore(package): add funding, homepage, and contribs
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <[email protected]>
  • Loading branch information
Fdawgs authored Dec 22, 2024
1 parent b94a6c2 commit c5bc87e
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 <[email protected]>",
"contributors": [
{
"name": "Matteo Collina",
"email": "[email protected]"
},
{
"name": "Manuel Spigolon",
"email": "[email protected]"
},
{
"name": "James Sumners",
"url": "https://james.sumners.info"
},
{
"name": "Frazer Smith",
"email": "[email protected]",
"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 c5bc87e

Please sign in to comment.