From 4bc452043f542c27105278ca8061a3537d64c346 Mon Sep 17 00:00:00 2001 From: Anton Surin Date: Thu, 23 Apr 2026 10:59:31 +0700 Subject: [PATCH] Fix package --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 5a0801b..b2276ee 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,10 @@ "default": "./dist/utils/icons.scss" } }, + "repository": { + "type": "git", + "url": "https://github.com/cdek-it/react-ui-kit" + }, "publishConfig": { "access": "public" },