From b5983b00ae7a7f59e1db255de603025fb1ca109f Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Tue, 26 Apr 2022 10:40:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 81dffa1..d8bc5fe 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ -registry=http://192.168.1.87:4873/ +registry=http://cli.sinoecare.net/ email=aixianling@sinoecare.com always-auth=true _auth="YWRtaW46YWRtaW4xMjM=" diff --git a/package.json b/package.json index fe19e12..9c8b2ab 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,9 @@ "src/components", "project/*" ], + "publishConfig": { + "registry": "http://cli.sinoecare.net" + }, "dependencies": { "@dcloudio/uni-app-plus": "^2.0.1-33920220208001", "@dcloudio/uni-h5": "^2.0.1-33920220208001",