From ba89d97541b87c4c928df3cfb8510e14dce78434 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 6 Aug 2023 02:52:51 +0100 Subject: [PATCH] Fix package.json repository field --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 115652c..cb69dad 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,10 @@ ], "license": "MIT", "homepage": "https://www.github.com/ehmicky/set-error-message", - "repository": "ehmicky/set-error-message", + "repository": { + "type": "git", + "url": "git+https://github.com/ehmicky/set-error-message.git" + }, "bugs": { "url": "https://github.com/ehmicky/set-error-message/issues" },