Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
baran.wang committed Oct 9, 2023
1 parent cc1f6cf commit b2ab429
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
"devDependencies": {
"@types/node": "^18.16.20",
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
4 changes: 4 additions & 0 deletions packages/homebridge-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
4 changes: 4 additions & 0 deletions packages/ui-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit b2ab429

Please sign in to comment.