From 6d1dff6af506b20d38f1b849ba731691200fb7b0 Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 3 Mar 2022 22:13:16 +0100 Subject: [PATCH] Fix the repository link. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cba60d7..2fd6bd8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,10 @@ "license": "GPL-3.0-or-later", "version": "0.1.1", "author": "Holllo ", - "repository": "https://github.com/Holllo/migration-helper", + "repository": { + "type": "git", + "url": "https://github.com/Holllo/migration-helper" + }, "scripts": { "build": "tsc", "prepublishOnly": "pnpm test && pnpm build",