Skip to content

Commit 72cae4f

Browse files
committed
docs(package.json): Add keywords for npm
Add keywords to improve discoverability of the package
1 parent 822b63b commit 72cae4f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,12 @@
7979
"commitizen": {
8080
"path": "./node_modules/cz-conventional-changelog"
8181
}
82-
}
82+
},
83+
"keywords": [
84+
"react",
85+
"router",
86+
"auth",
87+
"authentication",
88+
"react router auth"
89+
]
8390
}

0 commit comments

Comments
 (0)