This commit is contained in:
AJ ONeal 2017-10-28 22:02:40 -06:00
parent 3323379194
commit d5f5267c18
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,9 @@
{
"name": "dig.js",
"version": "1.3.4",
"version": "1.3.5",
"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",
"homepage": "https://git.coolaj86.com:coolaj86/dig.js",
"homepage": "https://git.coolaj86.com/coolaj86/dig.js",
"bin": {
"dig.js": "./bin/dig.js"
},
@ -39,7 +39,6 @@
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/dig.js/issues"
},
"homepage": "https://git.coolaj86.com/coolaj86/dig.js",
"dependencies": {
"cli": "^1.0.1",
"dns-suite": "git+https://git.coolaj86.com/coolaj86/dns-suite.js#v1.2"