Skip to content

Commit ebb1cc0

Browse files
committed
Add repository, homepage and bugs to package.json
1 parent d6ae52f commit ebb1cc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "react-wrap-balancer",
33
"version": "0.5.0",
44
"description": "Simple React component that makes titles more readable.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/shuding/react-wrap-balancer.git"
8+
},
9+
"homepage": "https://react-wrap-balancer.vercel.app",
10+
"bugs": "https://github.com/shuding/react-wrap-balancer/issues",
511
"main": "dist/index.js",
612
"module": "dist/index.mjs",
713
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)