This commit is contained in:
2025-12-03 18:31:20 +08:00
parent d49ecc83fa
commit 9a64ab25f4
2 changed files with 5 additions and 0 deletions

2
.npmrc Normal file
View File

@@ -0,0 +1,2 @@
//npm.xiongxiao.me/:_authToken=${ME_NPM_TOKEN}
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

View File

@@ -24,6 +24,9 @@
"@kevisual/router": "^0.0.33",
"@kevisual/use-config": "^1.0.21"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": "./mod.ts"
}