From d1446a93d97de243ed4f417e10f2804bc64cdf77 Mon Sep 17 00:00:00 2001 From: Yuxin <55794321+yvonneyx@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:32:02 +0800 Subject: [PATCH] chore: update version (#31) * chore: update version * chore: add publishconfig --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b47fbcb..76097c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/hierarchy", - "version": "0.6.12", + "version": "0.6.13", "description": "layout algorithms for visualizing hierarchical data", "main": "build/hierarchy.js", "browser": "build/hierarchy.js", @@ -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" }