We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2d34f commit ce27be3Copy full SHA for ce27be3
apps/cli/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @design-sync/sync
2
3
+## 0.11.0
4
+
5
+### Minor Changes
6
7
+- Fix cli bin file
8
9
## 0.10.0
10
11
### Minor Changes
apps/cli/package.json
@@ -1,15 +1,16 @@
{
"name": "@design-sync/cli",
"description": "CLI for Design Sync",
- "version": "0.10.0",
+ "version": "0.11.0",
"repository": "salamaashoush/design-sync",
"license": "MIT",
"sideEffects": false,
"private": false,
"type": "module",
"main": "src/index.ts",
"files": [
12
- "dist"
+ "dist",
13
+ "bin"
14
],
15
"bin": {
16
"design-sync": "./src/cli.ts"
0 commit comments