update git dependencies

This commit is contained in:
AJ ONeal 2017-10-23 20:53:00 -06:00
parent 44b4801ef6
commit 17b4d6d57f
1 changed files with 2 additions and 2 deletions

View File

@ -41,9 +41,9 @@
"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.daplie.com/Daplie/dns-suite#v1.2"
},
"optionalDependencies": {
"hexdump.js": "git+https://git@git.daplie.com/Daplie/hexdump.js#master"
"hexdump.js": "git+https://git.daplie.com/Daplie/hexdump.js#v1.0.4"
}
}