We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
repository
homepage
bugs
package.json
1 parent d6ae52f commit ebb1cc0Copy full SHA for ebb1cc0
package.json
@@ -2,6 +2,12 @@
2
"name": "react-wrap-balancer",
3
"version": "0.5.0",
4
"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",
11
"main": "dist/index.js",
12
"module": "dist/index.mjs",
13
"types": "dist/index.d.ts",
0 commit comments