From b2aa84352cc3f8109a28af4055c0e6f637beacd9 Mon Sep 17 00:00:00 2001 From: GHOST Date: Wed, 18 Sep 2024 23:46:53 +0000 Subject: [PATCH] fix: repository link --- packages/mdsvex/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/mdsvex/package.json b/packages/mdsvex/package.json index 3e925df3..61664adf 100644 --- a/packages/mdsvex/package.json +++ b/packages/mdsvex/package.json @@ -14,7 +14,10 @@ "main": "dist/main.cjs", "module": "dist/main.mjs", "types": "./dist/main.es.d.ts", - "repository": "https://github.com/pngwn/MDsveX", + "repository": { + "type": "git", + "url": "git+https://github.com/pngwn/MDsveX.git" + }, "scripts": { "build": "rollup -c", "test": "vitest . **/*.spec.ts"