Fix dependency syntax and bump last version digit

This commit is contained in:
Tim Caswell 2017-08-15 16:04:31 -05:00
parent c7668e7381
commit 0cabe30b88
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}