Skip to content

Commit 12a2b51

Browse files
authored
chore(package): add funding and contribs (#344)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 403642f commit 12a2b51

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
"control"
2121
],
2222
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
23+
"contributors": [
24+
{
25+
"name": "Frazer Smith",
26+
"email": "[email protected]",
27+
"url": "https://github.com/fdawgs"
28+
}
29+
],
2330
"license": "MIT",
2431
"repository": {
2532
"type": "git",
@@ -29,6 +36,16 @@
2936
"url": "https://github.com/fastify/fastify-cors/issues"
3037
},
3138
"homepage": "https://github.com/fastify/fastify-cors#readme",
39+
"funding": [
40+
{
41+
"type": "github",
42+
"url": "https://github.com/sponsors/fastify"
43+
},
44+
{
45+
"type": "opencollective",
46+
"url": "https://opencollective.com/fastify"
47+
}
48+
],
3249
"devDependencies": {
3350
"@fastify/pre-commit": "^2.1.0",
3451
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)