From 388d52eaf70a97afeb878c9f7104ca2f929fbc31 Mon Sep 17 00:00:00 2001 From: jiangzhixiong <710328466@qq.com> Date: Wed, 17 Apr 2024 09:56:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 2 +- package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.npmrc b/.npmrc index 4b48760..c6057e7 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ -registry="https://registry.npmjs.org" +registry="https://registry.npmmirror.com" @zhst:registry="http://10.0.0.77:4874" strict-peer-dependencies=false ignore-workspace-root-check=true diff --git a/package.json b/package.json index f942c08..e01b2b7 100644 --- a/package.json +++ b/package.json @@ -52,9 +52,7 @@ "prettier --parser=typescript --write" ] }, - "dependencies": { - "@nicecode/tools": "^0.3.0" - }, + "dependencies": {}, "devDependencies": { "@changesets/cli": "^2.27.1", "@commitlint/cli": "^17.1.2",