From d50d2480fef7f6ecbbedd1a153b7fbb479997fa7 Mon Sep 17 00:00:00 2001 From: yvonneyx Date: Thu, 29 Aug 2024 10:28:21 +0800 Subject: [PATCH] chore: add publishconfig --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 64a8712..76097c7 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,7 @@ ], "silent": false }, - "dependencies": { - }, + "dependencies": {}, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", @@ -72,5 +71,8 @@ "url": "https://github.com/antvis/hierarchy/issues" }, "author": "https://github.com/orgs/antvis/people", + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, "license": "MIT" }