ln-ws-proxy

websockets to lightning proxy
git clone git://jb55.com/ln-ws-proxy
Log | Files | Refs | README

commit d201ba9f4f8a7c55e97c2c718837cccca7e50338
parent 8bb28b5715b08729f49219ac12745aba6db28b59
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 15 Jul 2022 19:30:53 -0700

remove tap dep

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mpackage.json | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json @@ -13,8 +13,5 @@ }, "dependencies": { "ws": "^8.8.1" - }, - "devDependencies": { - "tap": "~0.2.5" } }