Skip to content

Commit 695a399

Browse files
committed
package metadata
1 parent 0120476 commit 695a399

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! bittorrent-tracker. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
12
const Client = require('./client')
23
const Server = require('./server')
34

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
44
"version": "9.15.0",
55
"author": {
6-
"name": "WebTorrent, LLC",
6+
"name": "WebTorrent LLC",
77
"email": "[email protected]",
88
"url": "https://webtorrent.io"
99
},
@@ -78,5 +78,19 @@
7878
"scripts": {
7979
"test": "standard && tape test/*.js",
8080
"update-authors": "./tools/update-authors.sh"
81-
}
81+
},
82+
"funding": [
83+
{
84+
"type": "github",
85+
"url": "https://github.com/sponsors/feross"
86+
},
87+
{
88+
"type": "patreon",
89+
"url": "https://www.patreon.com/feross"
90+
},
91+
{
92+
"type": "consulting",
93+
"url": "https://feross.org/support"
94+
}
95+
]
8296
}

0 commit comments

Comments
 (0)