From c38b71d10fe3727750ac6ba3331e14a2bb899be0 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 23 Feb 2017 17:42:26 -0700 Subject: [PATCH] add bin --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index dc05e57..53881f9 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.0.1", "description": "Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix `dig` command.", "main": "index.js", + "bin": { + "dig.js": "./bin/dig.js" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },