From 7798074d40a1cedb34d9eba77ccad3d6ba7c8ae5 Mon Sep 17 00:00:00 2001 From: Yelyzaveta Veis <64521658+liza-veis@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:46:17 +0300 Subject: [PATCH] chore: add repository url to analytics package.json gf-375 (#381) * chore: add cd action to publish analytics script to npm gf-375 * chore: add repository url to analytics package.json gf-375 --- scripts/analytics/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/analytics/package.json b/scripts/analytics/package.json index f1fe86c67..b10d0124c 100644 --- a/scripts/analytics/package.json +++ b/scripts/analytics/package.json @@ -2,6 +2,10 @@ "name": "@git-fit/analytics", "version": "0.0.1", "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/BinaryStudioAcademy/bsa-2024-gitfit.git" + }, "engines": { "node": "20.x.x", "npm": "10.x.x"