Skip to content

Commit e89ed68

Browse files
authored
chore(package): add funding
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent c3b1adc commit e89ed68

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@
2424
{
2525
"name": "Tomas Della Vedova",
2626
"url": "http://delved.org"
27+
},
28+
{
29+
"name": "Manuel Spigolon",
30+
"email": "behemoth89@gmail.com"
31+
},
32+
{
33+
"name": "Aras Abbasi",
34+
"email": "aras.abbasi@gmail.com"
35+
},
36+
{
37+
"name": "Frazer Smith",
38+
"email": "frazer.dev@icloud.com",
39+
"url": "https://github.com/fdawgs"
2740
}
2841
],
2942
"license": "MIT",
@@ -35,6 +48,16 @@
3548
"url": "https://github.com/fastify/middie/issues"
3649
},
3750
"homepage": "https://github.com/fastify/middie#readme",
51+
"funding": [
52+
{
53+
"type": "github",
54+
"url": "https://github.com/sponsors/fastify"
55+
},
56+
{
57+
"type": "opencollective",
58+
"url": "https://opencollective.com/fastify"
59+
}
60+
],
3861
"devDependencies": {
3962
"@fastify/pre-commit": "^2.1.0",
4063
"@types/connect": "^3.4.38",

0 commit comments

Comments
 (0)