v1.0.9
This commit is contained in:
parent
ce84e4262d
commit
11677feb12
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"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.",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"dig.js": "./bin/dig.js"
|
||||
, "digd.js": "./bin/digd.js"
|
||||
"dig.js": "./bin/dig.js",
|
||||
"digd.js": "./bin/digd.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
Loading…
Reference in New Issue