*Update deps

This commit is contained in:
Derrick Hammer 2022-08-19 15:49:44 -04:00
parent 7a1a2d2150
commit cf214c2f43
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"description": "Common code and interfaces for the DNS resolver modules", "description": "Common code and interfaces for the DNS resolver modules",
"main": "dist/index.js", "main": "dist/index.js",
"dependencies": { "devDependencies": {
"@lumeweb/resolver": "https://github.com/LumeWeb/resolver.git#modular" "@lumeweb/dht-rpc-client": "https://github.com/LumeWeb/dht-rpc-client.git"
} }
} }