fix: 修改镜像源

This commit is contained in:
NICE CODE BY DEV 2024-04-17 09:56:12 +08:00
parent a762756bfc
commit 388d52eaf7
2 changed files with 2 additions and 4 deletions

2
.npmrc
View File

@ -1,4 +1,4 @@
registry="https://registry.npmjs.org" registry="https://registry.npmmirror.com"
@zhst:registry="http://10.0.0.77:4874" @zhst:registry="http://10.0.0.77:4874"
strict-peer-dependencies=false strict-peer-dependencies=false
ignore-workspace-root-check=true ignore-workspace-root-check=true

View File

@ -52,9 +52,7 @@
"prettier --parser=typescript --write" "prettier --parser=typescript --write"
] ]
}, },
"dependencies": { "dependencies": {},
"@nicecode/tools": "^0.3.0"
},
"devDependencies": { "devDependencies": {
"@changesets/cli": "^2.27.1", "@changesets/cli": "^2.27.1",
"@commitlint/cli": "^17.1.2", "@commitlint/cli": "^17.1.2",