Skip to content

Commit

Permalink
Updated package.json & README
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedalatawi committed Nov 23, 2024
1 parent 684cb7c commit 6e19728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ function App() {
| `className` | `string` | `''` | Class name for the popover wrapper |
| `containerClassName` | `string` | `''` | Class name for the container |
| `contentClassName` | `string` | `''` | Class name for the content wrapper |
| `arrowClassName` | `string` | `''` | Class name for the arrow |
| `open` | `boolean` | - | Control popover visibility externally |
| `onOpenChange` | `(open: boolean) => void` | - | Callback when visibility changes |
| `style` | `CSSProperties` | - | Additional styles for the popover |
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/atawi/react-popover.git"
"url": "git+https://github.com/ahmedalatawi/react-popover.git"
},
"bugs": {
"url": "https://github.com/atawi/react-popover/issues"
"url": "https://github.com/ahmedalatawi/react-popover/issues"
},
"homepage": "https://github.com/atawi/react-popover#readme",
"homepage": "https://github.com/ahmedalatawi/react-popover#readme",
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 6e19728

Please sign in to comment.