From d5f5267c185d7e877bfc7e196388f382f6b6c00a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Oct 2017 22:02:40 -0600 Subject: [PATCH] v1.3.5 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0fe95fe..a0db6f7 100644 --- a/package.json +++ b/package.json @@ -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"