don't bundle ./server.js for browser

This commit is contained in:
Feross Aboukhadijeh 2014-06-07 15:11:21 -07:00
parent c403e5c29f
commit 2186b425ea

View File

@ -7,6 +7,9 @@
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"browser": {
"./server.js": false
},
"bugs": {
"url": "https://github.com/feross/bittorrent-tracker/issues"
},