From 72e3750619a9b01711975b872e871aa76f33ea76 Mon Sep 17 00:00:00 2001 From: Daniele Dellafiore <66707+ildella@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:24:02 +0100 Subject: [PATCH] fixed package.json repository with most recent syntax --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3730992e..9ca96b52 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "svelte-marked", "description": "A markdown renderer for Svelte.", - "version": "0.5.4", + "version": "0.5.5", "packageManager": "yarn@4.4.0", "engines": { "node": ">=18" @@ -25,7 +25,10 @@ ], "license": "MIT", "author": "Pablo Berganza ", - "repository": "github:ildella/svelte-marked", + "repository": { + "type": "git", + "url": "git+https://github.com/ildella/svelte-marked.git" + }, "homepage": "https://github.com/ildella/svelte-marked", "scripts": { "build": "vite build",