This commit is contained in:
AJ ONeal 2017-03-31 00:08:23 -06:00
parent ce84e4262d
commit 11677feb12
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{ {
"name": "dig.js", "name": "dig.js",
"version": "1.0.8", "version": "1.0.9",
"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.", "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", "main": "index.js",
"bin": { "bin": {
"dig.js": "./bin/dig.js" "dig.js": "./bin/dig.js",
, "digd.js": "./bin/digd.js" "digd.js": "./bin/digd.js"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"