Update package.json
All checks were successful
CI / build (push) Successful in 17s
CI / deploy (push) Successful in 14s

This commit is contained in:
Andrey Kernichniy 2026-03-03 02:10:27 +07:00
parent 90365b034e
commit eea082fbd2

View file

@ -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"
}
}