update urls

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

View File

@ -3,6 +3,7 @@
"version": "1.3.4", "version": "1.3.4",
"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",
"homepage": "https://git.coolaj86.com:coolaj86/dig.js",
"bin": { "bin": {
"dig.js": "./bin/dig.js" "dig.js": "./bin/dig.js"
}, },
@ -11,7 +12,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.coolaj86.com/coolaj86/dig.js.git" "url": "git://git.coolaj86.com:coolaj86/dig.js.git"
}, },
"keywords": [ "keywords": [
"mdig", "mdig",