From e8708aeb811b3ea1438dd12a16a8abe94dd67f5a Mon Sep 17 00:00:00 2001 From: Andrei Luca <1881266+iamandrewluca@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:45:14 +0200 Subject: [PATCH] Add repository field to package.json --- scripts/build-npm.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/build-npm.ts b/scripts/build-npm.ts index e4090a55..0f51e717 100644 --- a/scripts/build-npm.ts +++ b/scripts/build-npm.ts @@ -25,6 +25,10 @@ await build({ url: 'https://github.com/seasonedcc/domain-functions/issues', }, homepage: 'https://github.com/seasonedcc/domain-functions', + repository: { + type: "git", + url: "https://github.com/seasonedcc/domain-functions.git" + }, }, })