Skip to content

Commit

Permalink
refactor: rename cli files
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Dec 15, 2024
1 parent bc82d96 commit 8ae5d60
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/tscx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"author": "[email protected]",
"type": "module",
"bin": {
"tscx": "./dist/bin/tscx.cjs"
"tscx": "./dist/bin/tscx.cli.mjs"
},
"scripts": {
"build": "tsx ./src/bin/tscx.cts",
"build": "tsx ./src/bin/tscx.cli.mts",
"test": "vitest run"
},
"dependencies": {
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions packages/tscx/src/bin/tscx.cts

This file was deleted.

0 comments on commit 8ae5d60

Please sign in to comment.