Bump minor version to v1.2.0 and update dns-suite dependency
This commit is contained in:
parent
f65cd74ea3
commit
c7668e7381
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "dig.js",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"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"
|
||||
"dns-suite": "git+https://git@git.daplie.com:Daplie/dns-suite#v1.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue