From 9a64ab25f4720e6beb87dc20e59ae64df3404b4b Mon Sep 17 00:00:00 2001 From: abearxiong Date: Wed, 3 Dec 2025 18:31:20 +0800 Subject: [PATCH] fix --- .npmrc | 2 ++ package.json | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..a5aa07b --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +//npm.xiongxiao.me/:_authToken=${ME_NPM_TOKEN} +//registry.npmjs.org/:_authToken=${NPM_TOKEN} diff --git a/package.json b/package.json index 5b90a88..42c7615 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,9 @@ "@kevisual/router": "^0.0.33", "@kevisual/use-config": "^1.0.21" }, + "publishConfig": { + "access": "public" + }, "exports": { ".": "./mod.ts" }