From e2634428b5c84345764ec2cffd635988fbe8550f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thierry=20K=C3=BChni?= Date: Sun, 8 Sep 2024 12:31:39 +0200 Subject: [PATCH] Fix package.json according to npm pack --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c689420..4164985 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,10 @@ "bugs": { "url": "https://github.com/konvajs/svelte-konva/issues" }, - "repository": "github:konvajs/svelte-konva", + "repository": { + "type": "git", + "url": "git+https://github.com/konvajs/svelte-konva.git" + }, "keywords": [ "konva", "sveltejs",