Skip to content

Commit cf36ff8

Browse files
committed
fix: bin name
1 parent 59d2ddd commit cf36ff8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "csm-kit",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "CSM is a CLI tool to manage your code snippets.",
55
"main": "dist/index.js",
66
"bin": {
7-
"csm": "./dist/index.js"
7+
"csm-kit": "./dist/index.js"
88
},
99
"scripts": {
1010
"build": "npx tsc",

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ console.log(chalk.red(figlet.textSync('CSM', '3D Diagonal')));
1212

1313
program
1414
.version('1.0.0')
15-
.name('csm')
1615
.description(
1716
chalk.green(
1817
'A CLI Code Snippet Manager tool for managing code snippets directly from your terminal currently supports JavaScript, TypeScript and Python',

0 commit comments

Comments
 (0)