Skip to content

Commit 8ca8135

Browse files
committed
v1.0.0
1 parent 1a82c8f commit 8ca8135

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

package.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "react-animated-modal",
3-
"description": "Animated modal dialog component for react",
3+
"description": "Animated modal dialogs for React, easy to use pre-built components for smooth and visually appealing user interactions.",
44
"version": "1.0.0",
55
"license": "ISC",
6-
"author": "Dorbus",
6+
"author": "Divyanshu Shekhar",
77
"type": "module",
88
"main": "dist/cjs/index.js",
99
"module": "dist/esm/index.js",
@@ -92,5 +92,27 @@
9292
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
9393
"prettier --write"
9494
]
95-
}
95+
},
96+
"keywords": [
97+
"react",
98+
"modal",
99+
"dialog",
100+
"react-component",
101+
"animated-modal",
102+
"react-library",
103+
"react-component-library",
104+
"react-modal",
105+
"react-animated-modal",
106+
"react-dialog",
107+
"animated-dialog",
108+
"react-animated-dialog",
109+
"react-popup-modal",
110+
"react-popup-dialog",
111+
"react-animated-popup-modal",
112+
"modal-animation",
113+
"dialog-animation",
114+
"react-modal-animation",
115+
"react-dialog-animation",
116+
"animation"
117+
]
96118
}

0 commit comments

Comments
 (0)