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",