From f1c9aa3f86f9ef18d37abd337e1bed5f0800706f Mon Sep 17 00:00:00 2001 From: andrew <44451818+afostr@users.noreply.github.com> Date: Wed, 17 Apr 2024 23:27:42 -0500 Subject: [PATCH] set github repo but with ssl this time --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4b7f969..9a3f551f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/shardeum/archive-server.git" + "url": "git@github.com:shardeum/archive-server.git" }, "publishConfig": { "access": "public"