We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ca969 commit 73f5a59Copy full SHA for 73f5a59
.changeset/small-phones-speak.md
@@ -0,0 +1,5 @@
1
+---
2
+'@codeshift/cli': patch
3
4
+
5
+Use default binary name
packages/cli/package.json
@@ -6,10 +6,7 @@
6
"types": "dist/codeshift-cli.cjs.d.ts",
7
"license": "MIT",
8
"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
- },
+ "bin": "./bin/codeshift-cli.js",
13
"scripts": {
14
"start": "./bin/codeshift-cli.js",
15
"start:dev": "ts-node src/index.ts"
0 commit comments