fix(pkg): move clawhub to dependencies to package into dmg (#178)

This commit is contained in:
Felix
2026-02-26 11:14:37 +08:00
committed by GitHub
Unverified
parent 6584cadd26
commit 264ef460a5
2 changed files with 6 additions and 58 deletions

View File

@@ -42,6 +42,7 @@
"postversion": "git push && git push --tags"
},
"dependencies": {
"clawhub": "^0.5.0",
"electron-store": "^11.0.2",
"electron-updater": "^6.8.3",
"ws": "^8.19.0"
@@ -72,7 +73,6 @@
"@vitejs/plugin-react": "^5.1.4",
"autoprefixer": "^10.4.24",
"class-variance-authority": "^0.7.1",
"clawhub": "^0.5.0",
"clsx": "^2.1.1",
"electron": "^40.6.0",
"electron-builder": "^26.8.1",
@@ -107,4 +107,4 @@
"zx": "^8.8.5"
},
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8"
}
}