From e527d7bcec46c88ff05d0953e31910dcd7b1ffcf Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 10 Jun 2022 23:13:25 +0800 Subject: [PATCH] fix: publishConfig --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5ae4a5..ab67d56 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "webpack-bundle-analyzer": "^4.5.0" }, "publishConfig": { - "registry": "https://npm.pkg.github.com" + "registry": "https://registry.npmjs.org" }, "devDependencies": { "@vue/cli-plugin-babel": "^5.0.3",