Skip to content

Commit 73f5a59

Browse files
committed
use default binary name
1 parent c3ca969 commit 73f5a59

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.changeset/small-phones-speak.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@codeshift/cli': patch
3+
---
4+
5+
Use default binary name

packages/cli/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"types": "dist/codeshift-cli.cjs.d.ts",
77
"license": "MIT",
88
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/cli",
9-
"bin": {
10-
"@codeshift/cli": "./bin/codeshift-cli.js",
11-
"codeshift-cli": "./bin/codeshift-cli.js"
12-
},
9+
"bin": "./bin/codeshift-cli.js",
1310
"scripts": {
1411
"start": "./bin/codeshift-cli.js",
1512
"start:dev": "ts-node src/index.ts"

0 commit comments

Comments
 (0)