Skip to content

Commit 100ee40

Browse files
committed
package.json: updated keywords
1 parent 0187c40 commit 100ee40

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
{
22
"name": "string-utils-lite",
33
"version": "0.1.6",
4-
"description": "Tiny string helpers: capitalize, titleCase, kebab-case, and friends.",
4+
"description": "Tiny string helpers: capitalize, titleCase, kebab-case, snake_case, camelCase, and PascalCase.",
55
"keywords": [
66
"string",
77
"capitalize",
88
"titlecase",
99
"kebab-case",
10-
"utilities",
1110
"snake_case",
1211
"camelCase",
13-
"PascalCase"
12+
"PascalCase",
13+
"utilities",
14+
"string-utils",
15+
"string-utils-lite",
16+
"string-helpers",
17+
"string-transformations"
1418
],
1519
"license": "MIT",
1620
"author": "Jahirul Tusar",

0 commit comments

Comments
 (0)