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 73f5a59 commit 216dd18Copy full SHA for 216dd18
.changeset/four-phones-worry.md
@@ -0,0 +1,5 @@
1
+---
2
+'@codeshift/cli': patch
3
4
+
5
+Reverts binary change
packages/cli/package.json
@@ -6,7 +6,10 @@
6
"types": "dist/codeshift-cli.cjs.d.ts",
7
"license": "MIT",
8
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/cli",
9
- "bin": "./bin/codeshift-cli.js",
+ "bin": {
10
+ "@codeshift/cli": "./bin/codeshift-cli.js",
11
+ "codeshift-cli": "./bin/codeshift-cli.js"
12
+ },
13
"scripts": {
14
"start": "./bin/codeshift-cli.js",
15
"start:dev": "ts-node src/index.ts"
0 commit comments