From 788cae62432642da3926d8eb688c4bf0540e379a Mon Sep 17 00:00:00 2001 From: Kylejeong2 Date: Thu, 7 May 2026 00:19:03 -0700 Subject: [PATCH] fix: normalize repository url for npm publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af93681..c83f183 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/browserbase/n8n-node" + "url": "git+https://github.com/browserbase/n8n-node.git" }, "scripts": { "build": "n8n-node build",