Skip to content

Commit abbee25

Browse files
authored
chore(package): add funding (#846)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 1712bd5 commit abbee25

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

+23
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,36 @@
3131
{
3232
"name": "Matteo Collina",
3333
"email": "[email protected]"
34+
},
35+
{
36+
"name": "Manuel Spigolon",
37+
"email": "[email protected]"
38+
},
39+
{
40+
"name": "Aras Abbasi",
41+
"email": "[email protected]"
42+
},
43+
{
44+
"name": "Frazer Smith",
45+
"email": "[email protected]",
46+
"url": "https://github.com/fdawgs"
3447
}
3548
],
3649
"license": "MIT",
3750
"bugs": {
3851
"url": "https://github.com/fastify/fastify-swagger/issues"
3952
},
4053
"homepage": "https://github.com/fastify/fastify-swagger#readme",
54+
"funding": [
55+
{
56+
"type": "github",
57+
"url": "https://github.com/sponsors/fastify"
58+
},
59+
{
60+
"type": "opencollective",
61+
"url": "https://opencollective.com/fastify"
62+
}
63+
],
4164
"devDependencies": {
4265
"@apidevtools/swagger-parser": "^10.1.0",
4366
"@fastify/cookie": "^11.0.1",

0 commit comments

Comments
 (0)