From 368f60223dd9bda0d6189ef17e2ec2dc638c277f Mon Sep 17 00:00:00 2001 From: Sergey Krasnov Date: Sat, 24 Feb 2024 16:06:35 +0300 Subject: [PATCH] fix: repository info added to packege file --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 74f2037..861d559 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,9 @@ "homepage": "https://github.com/ksv90/event-notifier", "publishConfig": { "registry": "https://npm.pkg.github.com" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ksv90/event-notifier.git" } }