Skip to content

Commit

Permalink
fix: bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-zishan committed Dec 27, 2023
1 parent 59d2ddd commit cf36ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "csm-kit",
"version": "1.0.0",
"version": "1.1.0",
"description": "CSM is a CLI tool to manage your code snippets.",
"main": "dist/index.js",
"bin": {
"csm": "./dist/index.js"
"csm-kit": "./dist/index.js"
},
"scripts": {
"build": "npx tsc",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ console.log(chalk.red(figlet.textSync('CSM', '3D Diagonal')));

program
.version('1.0.0')
.name('csm')
.description(
chalk.green(
'A CLI Code Snippet Manager tool for managing code snippets directly from your terminal currently supports JavaScript, TypeScript and Python',
Expand Down

0 comments on commit cf36ff8

Please sign in to comment.