Skip to content

Commit c079bf1

Browse files
authored
chore(package): add funding, author, and contribs (#50)
Signed-off-by: Frazer Smith <[email protected]>
1 parent bc2075c commit c079bf1

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

package.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,41 @@
1616
"type": "git",
1717
"url": "git+https://github.com/fastify/deepmerge.git"
1818
},
19-
"author": "",
19+
"author": "Aras Abbasi <[email protected]>",
20+
"contributors": [
21+
{
22+
"name": "Matteo Collina",
23+
"email": "[email protected]"
24+
},
25+
{
26+
"name": "Manuel Spigolon",
27+
"email": "[email protected]"
28+
},
29+
{
30+
"name": "James Sumners",
31+
"url": "https://james.sumners.info"
32+
},
33+
{
34+
"name": "Frazer Smith",
35+
"email": "[email protected]",
36+
"url": "https://github.com/fdawgs"
37+
}
38+
],
2039
"license": "MIT",
2140
"bugs": {
2241
"url": "https://github.com/fastify/deepmerge/issues"
2342
},
2443
"homepage": "https://github.com/fastify/deepmerge#readme",
44+
"funding": [
45+
{
46+
"type": "github",
47+
"url": "https://github.com/sponsors/fastify"
48+
},
49+
{
50+
"type": "opencollective",
51+
"url": "https://opencollective.com/fastify"
52+
}
53+
],
2554
"devDependencies": {
2655
"eslint": "^9.17.0",
2756
"neostandard": "^0.12.0",

0 commit comments

Comments
 (0)