Skip to content

Commit

Permalink
package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed May 12, 2020
1 parent feba3da commit 2960ebc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*! bittorrent-dht. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
const Client = require('./client')
const Server = require('./server')

Expand Down
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Simple, robust, BitTorrent DHT implementation",
"version": "10.0.0",
"author": {
"name": "WebTorrent, LLC",
"name": "WebTorrent LLC",
"email": "[email protected]",
"url": "https://webtorrent.io"
},
Expand Down Expand Up @@ -52,5 +52,19 @@
"update-authors": "./tools/update-authors.sh",
"test": "standard && tape test/*.js",
"test-live": "tape test/live/*.js"
}
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}

0 comments on commit 2960ebc

Please sign in to comment.