Skip to content

Commit b7be7c3

Browse files
authored
chore(package): add funding (#20)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 4325d24 commit b7be7c3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@
3333
"author": "Ivan Tymoshenko <[email protected]>",
3434
"license": "MIT",
3535
"homepage": "https://github.com/fastify/json-schema-ref-resolver#readme",
36+
"funding": [
37+
{
38+
"type": "github",
39+
"url": "https://github.com/sponsors/fastify"
40+
},
41+
{
42+
"type": "opencollective",
43+
"url": "https://opencollective.com/fastify"
44+
}
45+
],
3646
"dependencies": {
3747
"dequal": "^2.0.3"
3848
},

0 commit comments

Comments
 (0)