From b80eb3d49294ba7e78e2dc6f8d5f340686a5ab17 Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Fri, 2 Jan 2026 21:36:58 +0100 Subject: [PATCH] chore: fix npm publish nit npm warn publish errors corrected: npm warn publish "repository.url" was normalized to "git+https://github.com/jitsi/robotjs.git" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aca18296..6dfb9bef 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/jitsi/robotjs.git" + "url": "git+https://github.com/jitsi/robotjs.git" }, "keywords": [ "Automation",