Skip to content

Commit ce27be3

Browse files
committed
🚑 Fix cli bin file
1 parent 0a2d34f commit ce27be3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

apps/cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @design-sync/sync
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- Fix cli bin file
8+
39
## 0.10.0
410

511
### Minor Changes

apps/cli/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "@design-sync/cli",
33
"description": "CLI for Design Sync",
4-
"version": "0.10.0",
4+
"version": "0.11.0",
55
"repository": "salamaashoush/design-sync",
66
"license": "MIT",
77
"sideEffects": false,
88
"private": false,
99
"type": "module",
1010
"main": "src/index.ts",
1111
"files": [
12-
"dist"
12+
"dist",
13+
"bin"
1314
],
1415
"bin": {
1516
"design-sync": "./src/cli.ts"

0 commit comments

Comments
 (0)