Fix dependency syntax and bump last version digit
This commit is contained in:
parent
c7668e7381
commit
0cabe30b88
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "dig.js",
|
"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.",
|
"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",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -40,6 +40,6 @@
|
||||||
"homepage": "https://git.daplie.com/Daplie/dig.js",
|
"homepage": "https://git.daplie.com/Daplie/dig.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cli": "^1.0.1",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue