From b2d7be174624b41efeaabfbc64f722d860317416 Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Mon, 25 Mar 2024 19:24:46 +0100 Subject: [PATCH] Fix repository URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4aaf839..ab56c5f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/chromaui/storybook-addon-pseudo-states" + "url": "git+https://github.com/chromaui/storybook-addon-pseudo-states.git" }, "publishConfig": { "access": "public"