Skip to content

Commit

Permalink
chore(package): add contribs and funding (#85)
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 b79b4b9 commit 3c3c415
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,37 @@
"test",
"development"
],
"author": "Arnout Kazemier <[email protected]>",
"contributors": [
{
"name": "Arnout Kazemier",
"email": "[email protected]",
"originalAuthor": true
"name": "Matteo Collina",
"email": "[email protected]"
},
{
"name": "Aras Abbasi",
"email": "[email protected]"
},
{
"name": "James Sumners",
"url": "https://james.sumners.info"
},
{
"name": "Frazer Smith",
"email": "[email protected]",
"url": "https://github.com/fdawgs"
}
],
"homepage": "https://github.com/fastify/pre-commit",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.3",
Expand Down

0 comments on commit 3c3c415

Please sign in to comment.