Skip to content

Commit

Permalink
fix: 自定义 UI 不显示的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
baran.wang committed Feb 13, 2024
1 parent 6a2d0aa commit 792cf16
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"homebridge": "^1.6.0"
},
"main": "dist/index.js",
"files": [
"dist",
"scripts",
"config.schema.json",
"CHANGELOG.md"
],
"keywords": [
"homebridge-plugin",
"haier",
Expand Down
3 changes: 2 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build": "modern build"
},
"files": [
"dist"
"dist",
"CHANGELOG.md"
],
"dependencies": {
"axios": "^1.6.7",
Expand Down
4 changes: 4 additions & 0 deletions packages/ui-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.0"
},
"files": [
"dist",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand Down
3 changes: 2 additions & 1 deletion packages/ui-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"files": [
"dist"
"dist",
"CHANGELOG.md"
],
"scripts": {
"dev": "modern build -w",
Expand Down

0 comments on commit 792cf16

Please sign in to comment.