Skip to content

Commit 743d76f

Browse files
committed
chore(package.json):change keywords and add bug section to package.json
1 parent 490a5e9 commit 743d76f

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

packages/react/package.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@
1818
"type": "git",
1919
"url": "https://github.com/Miladxsar23/smartstepper"
2020
},
21+
"bugs": {
22+
"url": "https://github.com/Miladxsar23/smartstepper/issues",
23+
"email": "[email protected]"
24+
},
2125
"license": "MIT",
2226
"keywords": [
23-
"next",
24-
"react",
25-
"multi-step",
26-
"validation",
27-
"stepper",
28-
"react stepper"
27+
"multi step",
28+
"react stepper",
29+
"react state machine",
30+
"smart stepper",
31+
"smartstepper",
32+
"react multi step form"
2933
],
3034
"dependencies": {
3135
"react-hook-form": "^7.48.2",

0 commit comments

Comments
 (0)