From acfb2e7a01be07d34d5adf782516866ba34d464c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 23 Oct 2017 20:54:49 -0600 Subject: [PATCH] update git deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0b02ae5..9d29770 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "author": "AJ ONeal (https://coolaj86.com)", "license": "MIT OR Apache-2.0", "dependencies": { - "dig.js": "^1.2.1", - "hexdump.js": "^1.0.4" + "dig.js": "git+https://git.daplie.com/Daplie/dig.js#v1.3", + "hexdump.js": "git+https://git.daplie.com/Daplie/hexdump.js#v1.0.4" } }