From 0cabe30b8869f0ec627b179943ca90709d713db2 Mon Sep 17 00:00:00 2001 From: Tim Caswell Date: Tue, 15 Aug 2017 16:04:31 -0500 Subject: [PATCH] Fix dependency syntax and bump last version digit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9350ab0..bff9245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dig.js", - "version": "1.2.0", + "version": "1.2.1", "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", "bin": { @@ -40,6 +40,6 @@ "homepage": "https://git.daplie.com/Daplie/dig.js", "dependencies": { "cli": "^1.0.1", - "dns-suite": "git+https://git@git.daplie.com:Daplie/dns-suite#v1.1.0" + "dns-suite": "git+https://git@git.daplie.com/Daplie/dns-suite#v1.1.0" } }