From 67fe3d59780af054bd6bfc146a9fb3753048c90b Mon Sep 17 00:00:00 2001 From: Gautam Kumar Date: Sat, 20 Jun 2026 16:27:11 +0530 Subject: [PATCH] fix: use HTTPS repository URL instead of SSH Signed-off-by: Gautam Kumar --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d69615..afbb195 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "2.0.5", "repository": { "type": "git", - "url": "ssh://github.com/juliangruber/isarray.git" + "url": "git+https://github.com/juliangruber/isarray.git" }, "homepage": "https://github.com/juliangruber/isarray", "main": "index.js",