From ff98ac6a2a770d5e4715c97a66807ce8ead7c28d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 9 Mar 2017 16:59:41 +0800 Subject: [PATCH] bugfix package name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f2cfc1..3c967f9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "cli": "^1.0.1", - "dns-suite": "git+https://git@git.daplie.com:Daplie/dig.js#v1" + "dig.js": "git+https://git@git.daplie.com:Daplie/dig.js#v1" }, "homepage": "https://git.daplie.com/Daplie/mdig", "author": "AJ ONeal (https://daplie.com/)",