From 4178128b60ab0316cd93141ac0b8fb0b7953e635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=9C=D0=B0?= =?UTF-8?q?=D0=BB=D1=8E=D0=B3=D0=B8=D0=BD?= <d.malygin@iqdev.digital> Date: Sun, 16 Feb 2025 11:13:34 +0500 Subject: [PATCH] fix: publishConfig key in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ece798..6a31e9f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build-storybook": "storybook build" }, "publishConfig": { - "featherui": "https://gl.iqdev.team/api/v4/projects/634/packages/npm" + "featherui:registry": "https://gl.iqdev.team/api/v4/projects/634/packages/npm/" }, "files": [ "src/", -- GitLab