From cd3f573c6565741dc1955c2880f45e06ef7365a8 Mon Sep 17 00:00:00 2001 From: Josh Nussbaum Date: Wed, 3 Apr 2024 13:24:17 -0400 Subject: [PATCH] chore: Remove warning about repository.url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f3561d..1ba1bb6 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "type": "module", "repository": { "type": "git", - "url": "https://github.com/joshnuss/svelte-stripe.git" + "url": "https://github.com/joshnuss/svelte-stripe" }, "publishConfig": { "access": "public"