Skip to content

Commit 7712adf

Browse files
committed
fix(package): Update funding format
1 parent 2359352 commit 7712adf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"description": "a simple bitfield, compliant with the BitTorrent spec",
44
"version": "3.0.0",
55
"author": "Felix Boehm <[email protected]>",
6-
"funding": "https://github.com/sponsors/fb55",
6+
"funding": {
7+
"url": "https://github.com/sponsors/fb55"
8+
},
79
"sideEffects": false,
810
"main": "lib/index.js",
911
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)