From 5b54fe6b70bf6f53feb17af3979ef618d5f643dc Mon Sep 17 00:00:00 2001 From: Hyko Date: Sun, 12 Apr 2026 12:46:28 -0400 Subject: [PATCH] fix: npm registry url --- .npmrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 42aeb77..f3a9cab 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -@hykocx:registry=https://git.hyko.cx \ No newline at end of file +@hykocx:registry=https://git.hyko.cx/api/packages/hykocx/npm/ \ No newline at end of file diff --git a/package.json b/package.json index 4df76b7..791884b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://git.hyko.cx/hykocx/zen.git" }, "publishConfig": { - "registry": "https://git.hyko.cx/" + "registry": "https://git.hyko.cx/api/packages/hykocx/npm/" }, "license": "GPL-3.0-only", "author": "Hyko",