diff --git a/package.json b/package.json index a79990d..5f9d1ca 100644 --- a/package.json +++ b/package.json @@ -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"