From a1f4c7b985f00a9dc9f91fb936e63e1d002460a9 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Fri, 19 Jul 2024 10:47:13 +0000 Subject: [PATCH] chore: Update webssh2_client dependency to use the 'main' branch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9182951..c6860ed 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "read-config-ng": "~3.0.7", "socket.io": "~2.2.0", "ssh2": "~0.8.9", - "webssh2_client": "git+ssh://git@github.com/billchurch/webssh2_client.git" + "webssh2_client": "git+ssh://git@github.com/billchurch/webssh2_client.git#main" }, "scripts": { "start": "node index.js",