Skip to content

Commit 33be6c9

Browse files
authored
chore(package): add funding and contribs (#141)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 7212ee6 commit 33be6c9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,40 @@
2323
"plugin"
2424
],
2525
"author": "Tomas Della Vedova",
26+
"contributors": [
27+
{
28+
"name": "Matteo Collina",
29+
"email": "hello@matteocollina.com"
30+
},
31+
{
32+
"name": "James Sumners",
33+
"url": "https://james.sumners.info"
34+
},
35+
{
36+
"name": "Aras Abbasi",
37+
"email": "aras.abbasi@gmail.com"
38+
},
39+
{
40+
"name": "Frazer Smith",
41+
"email": "frazer.dev@icloud.com",
42+
"url": "https://github.com/fdawgs"
43+
}
44+
],
2645
"license": "MIT",
2746
"bugs": {
2847
"url": "https://github.com/fastify/fastify-error/issues"
2948
},
3049
"homepage": "https://github.com/fastify/fastify-error#readme",
50+
"funding": [
51+
{
52+
"type": "github",
53+
"url": "https://github.com/sponsors/fastify"
54+
},
55+
{
56+
"type": "opencollective",
57+
"url": "https://opencollective.com/fastify"
58+
}
59+
],
3160
"devDependencies": {
3261
"benchmark": "^2.1.4",
3362
"c8": "^10.1.2",

0 commit comments

Comments
 (0)