From 1b79eb262fea40e22e9e1e1ea213ac6bbefb3595 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 27 Oct 2017 23:41:34 -0600 Subject: [PATCH] update urls --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e536f51..b1fdbf9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git@git.daplie.com:Daplie/dig.js.git" + "url": "https://git.coolaj86.com/coolaj86/dig.js.git" }, "keywords": [ "mdig", @@ -33,17 +33,17 @@ "binary", "json" ], - "author": "AJ ONeal (https://daplie.com/)", + "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { - "url": "https://git.daplie.com/Daplie/dig.js/issues" + "url": "https://git.coolaj86.com/coolaj86/dig.js/issues" }, - "homepage": "https://git.daplie.com/Daplie/dig.js", + "homepage": "https://git.coolaj86.com/coolaj86/dig.js", "dependencies": { "cli": "^1.0.1", - "dns-suite": "git+https://git.daplie.com/Daplie/dns-suite#v1.2" + "dns-suite": "git+https://git.coolaj86.com/coolaj86/dns-suite.js#v1.2" }, "optionalDependencies": { - "hexdump.js": "git+https://git.daplie.com/Daplie/hexdump.js#v1.0.4" + "hexdump.js": "git+https://git.coolaj86.com/coolaj86/hexdump.js#v1.0.4" } }