From eea082fbd2665cdc2fd7ff66196decb6bbca0aa4 Mon Sep 17 00:00:00 2001 From: Andrey Kernichniy Date: Tue, 3 Mar 2026 02:10:27 +0700 Subject: [PATCH] Update package.json --- lib/src/package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/src/package.json b/lib/src/package.json index efd317b..9517949 100644 --- a/lib/src/package.json +++ b/lib/src/package.json @@ -1,6 +1,10 @@ { "name": "@gxc-solutions/renderer-base", - "version": "0.0.1", + "version": "0.0.2", "main": "index.js", - "author": "GXC Solutions" + "author": "GXC Solutions", + "publishConfig": { + "access": "public", + "registry": "https://npm.gxc-solutions.ru" + } }