Skip to content

Commit

Permalink
refactor(package): keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-amoncar committed May 14, 2024
1 parent b4ee522 commit 09205ab
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,19 @@
"lint:fix": "eslint --fix . --ext .ts"
},
"keywords": [
"npm",
"string",
"utility",
"node.js",
"manipulation",
"concatenate",
"validation",
"transformation",
"formatting",
"case conversion",
"typescript"
"utilities",
"merge",
"compare",
"padding",
"region matcher",
"string utils",
"string manipulation",
"string concatenate",
"string validation",
"string transformation",
"string formatting",
"case conversion"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 09205ab

Please sign in to comment.