Skip to content

Commit 216dd18

Browse files
committed
Puts back binaries
1 parent 73f5a59 commit 216dd18

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.changeset/four-phones-worry.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+
Reverts binary change

packages/cli/package.json

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

0 commit comments

Comments
 (0)