Skip to content

Commit c75f48b

Browse files
authored
chore(package): add funding (#12)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 9fa50f9 commit c75f48b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

+10
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
"url": "https://github.com/fastify/openapi-schema-diff/issues"
2626
},
2727
"homepage": "https://github.com/fastify/openapi-schema-diff#readme",
28+
"funding": [
29+
{
30+
"type": "github",
31+
"url": "https://github.com/sponsors/fastify"
32+
},
33+
{
34+
"type": "opencollective",
35+
"url": "https://opencollective.com/fastify"
36+
}
37+
],
2838
"dependencies": {
2939
"json-schema-ref-resolver": "^2.0.0",
3040
"semver": "^7.5.4"

0 commit comments

Comments
 (0)