From 8a7583e8fcc7e7d1b4ed563674ed9e189343be38 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 23 Mar 2024 14:52:15 -0700 Subject: [PATCH] chore(package): normalize `repository.url` [ci skip] Run "npm pkg fix" to auto-fix the error. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef63e95c..4abe3b30 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/carbon-design-system/carbon-components-svelte.git" + "url": "git+https://github.com/carbon-design-system/carbon-components-svelte.git" }, "homepage": "https://github.com/carbon-design-system/carbon-components-svelte", "bugs": "https://github.com/carbon-design-system/carbon-components-svelte/issues",