From ebb1cc0a99bbc592c652ed775475cc5a099e97f0 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Sat, 3 Jun 2023 16:44:55 +0100 Subject: [PATCH] Add `repository`, `homepage` and `bugs` to `package.json` --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 666008c..b6a8b12 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,12 @@ "name": "react-wrap-balancer", "version": "0.5.0", "description": "Simple React component that makes titles more readable.", + "repository": { + "type": "git", + "url": "https://github.com/shuding/react-wrap-balancer.git" + }, + "homepage": "https://react-wrap-balancer.vercel.app", + "bugs": "https://github.com/shuding/react-wrap-balancer/issues", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",