Skip to content

Commit d8ba6aa

Browse files
authored
chore(package): add funding (#5)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 1615d80 commit d8ba6aa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
"type": "git",
88
"url": "git+https://github.com/fastify/tsconfig.git"
99
},
10+
"bugs": {
11+
"url": "https://github.com/fastify/tsconfig/issues"
12+
},
13+
"homepage": "https://github.com/fastify/tsconfig#readme",
14+
"funding": [
15+
{
16+
"type": "github",
17+
"url": "https://github.com/sponsors/fastify"
18+
},
19+
{
20+
"type": "opencollective",
21+
"url": "https://opencollective.com/fastify"
22+
}
23+
],
1024
"author": {
1125
"name": "Maksim Sinik",
1226
"email": "maksim@sinik.it",

0 commit comments

Comments
 (0)