Skip to content

Commit af7f1a4

Browse files
committed
chore: Update package keywords and description
1 parent cfa675a commit af7f1a4

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "react-use-modal",
3-
"version": "0.0.1",
4-
"description": "A custom hook for easy and quick modal management for React",
2+
"name": "@dinneb/react-use-modal",
3+
"version": "1.0.1",
4+
"description": "A custom hook that provides a flexible and reusable way to manage multiple modals in React applications.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"type": "module",
@@ -22,7 +22,9 @@
2222
"react",
2323
"typescript",
2424
"modal",
25-
"dialog"
25+
"dialog",
26+
"hook",
27+
"custom hook"
2628
],
2729
"author": "Denni Bevilacqua",
2830
"license": "ISC",

0 commit comments

Comments
 (0)