Skip to content

Commit

Permalink
Merge pull request #70 from kachkaev/package-json-metadata
Browse files Browse the repository at this point in the history
Add `repository`, `homepage` and `bugs` to `package.json`
  • Loading branch information
shuding committed Jun 7, 2023
2 parents d6ae52f + ebb1cc0 commit db61bcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit db61bcc

@vercel
Copy link

@vercel vercel bot commented on db61bcc Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.