Skip to content

Commit

Permalink
chore: add a better description to package
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0wng1rl committed Jan 19, 2024
1 parent c2f6c14 commit 14c84f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "case-converter-cli",
"version": "0.1.0",
"description": "A CLI tool to swap between cases",
"description": "Quick and simple text case conversion in the terminal",
"bin": {
"ccc": "bin/index.js"
},
Expand Down Expand Up @@ -35,4 +35,4 @@
"dependencies": {
"yargs": "^17.6.2"
}
}
}

0 comments on commit 14c84f5

Please sign in to comment.