Skip to content

Commit

Permalink
chore: add more info to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
João Pedro Magalhães committed Feb 28, 2023
1 parent b0ddc66 commit 4af8bfc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions selection-popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"build": "tsup src",
"dev": "tsup src --watch"
},
"keywords": [
"react",
"selection",
"popover"
],
"author": "João Pedro Magalhães <joaopsilvamagalhaes@gmail.com>",
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0"
Expand All @@ -32,5 +38,13 @@
},
"devDependencies": {
"@types/react": "18.0.28"
},
"homepage": "https://selection-popover.vercel.app",
"repository": {
"type": "git",
"url": "git+https://github.com/joaom00/selection-popover.git"
},
"bugs": {
"url": "https://github.com/joaom00/selection-popover/issues"
}
}

0 comments on commit 4af8bfc

Please sign in to comment.