From 33c7cede326a2224f4d534b4065869202ee96fe5 Mon Sep 17 00:00:00 2001 From: natxocc Date: Wed, 15 Apr 2026 18:45:44 +0200 Subject: [PATCH] Fix to gitea NPM --- package.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1ae4b93..74c56db 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,16 @@ "default": "./css/index.js" } }, - "homepage": "https://natxocc.github.io/sigpro-ui/", + "homepage": "https://sigpro.natxocc.com/ui/#/", "repository": { "type": "git", - "url": "https://github.com/natxocc/sigpro-ui.git" + "url": "https://git.natxocc.com/natxocc/sigpro-ui" }, "bugs": { - "url": "https://github.com/natxocc/sigpro-ui/issues" + "url": "https://git.natxocc.com/natxocc/sigpro-ui/issues" + }, + "publishConfig": { + "registry": "https://git.natxocc.com/api/packages/natxocc/npm/" }, "files": [ "index.js", @@ -58,4 +61,4 @@ }, "type": "module", "unpkg": "./dist/sigpro-ui.min.js" -} +} \ No newline at end of file