From eb5a4760e4549ca4cc3dab4a8a63f331ea72bf2b Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 19 Mar 2015 21:52:58 -0700 Subject: [PATCH] add "bin" field to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a59f808..b674785 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ "browser": { "./server.js": false }, + "bin": { + "bittorrent-tracker": "./bin/cmd.js" + }, "bugs": { "url": "https://github.com/feross/bittorrent-tracker/issues" },