Merge pull request #328 from webtorrent/chromeapp

Add "chromeapp" field to `package.json`
This commit is contained in:
Feross Aboukhadijeh 2019-08-07 19:02:34 -07:00 committed by GitHub
commit 6b68180d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,10 @@
"./lib/client/udp-tracker.js": false, "./lib/client/udp-tracker.js": false,
"./server.js": false "./server.js": false
}, },
"chromeapp": {
"./server.js": false,
"dgram": "chrome-dgram"
},
"bugs": { "bugs": {
"url": "https://github.com/webtorrent/bittorrent-tracker/issues" "url": "https://github.com/webtorrent/bittorrent-tracker/issues"
}, },
@ -23,6 +27,7 @@
"bencode": "^2.0.0", "bencode": "^2.0.0",
"bittorrent-peerid": "^1.0.2", "bittorrent-peerid": "^1.0.2",
"bn.js": "^5.0.0", "bn.js": "^5.0.0",
"chrome-dgram": "^3.0.2",
"compact2string": "^1.2.0", "compact2string": "^1.2.0",
"debug": "^4.0.1", "debug": "^4.0.1",
"ip": "^1.0.1", "ip": "^1.0.1",