From 0cf161a653576f109ee27605db1c003e0a7a7ca7 Mon Sep 17 00:00:00 2001 From: twp0217 Date: Wed, 8 Sep 2021 18:30:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0package.json?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/package.json b/package.json index be882fb..a183cca 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,22 @@ "commit": "git-cz", "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md" }, + "repository": { + "type": "git", + "url": "git+https://github.com/twp0217/react-org-chart.git" + }, + "keywords": [ + "react", + "react-component", + "react-org-chart", + "org-chart" + ], + "author": "twp0217", + "license": "MIT", + "bugs": { + "url": "https://github.com/twp0217/react-org-chart/issues" + }, + "homepage": "https://github.com/twp0217/react-org-chart#readme", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts",