Skip to content

Commit 3c3c415

Browse files
authored
chore(package): add contribs and funding (#85)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent b79b4b9 commit 3c3c415

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

package.json

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,37 @@
3131
"test",
3232
"development"
3333
],
34+
"author": "Arnout Kazemier <opensource@observe.it>",
3435
"contributors": [
3536
{
36-
"name": "Arnout Kazemier",
37-
"email": "opensource@observe.it",
38-
"originalAuthor": true
37+
"name": "Matteo Collina",
38+
"email": "hello@matteocollina.com"
39+
},
40+
{
41+
"name": "Aras Abbasi",
42+
"email": "aras.abbasi@gmail.com"
43+
},
44+
{
45+
"name": "James Sumners",
46+
"url": "https://james.sumners.info"
47+
},
48+
{
49+
"name": "Frazer Smith",
50+
"email": "frazer.dev@icloud.com",
51+
"url": "https://github.com/fdawgs"
3952
}
4053
],
4154
"homepage": "https://github.com/fastify/pre-commit",
55+
"funding": [
56+
{
57+
"type": "github",
58+
"url": "https://github.com/sponsors/fastify"
59+
},
60+
{
61+
"type": "opencollective",
62+
"url": "https://opencollective.com/fastify"
63+
}
64+
],
4265
"license": "MIT",
4366
"dependencies": {
4467
"cross-spawn": "^7.0.3",

0 commit comments

Comments
 (0)