Skip to content

Commit

Permalink
fix: fixed for CLI support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon4ik committed Dec 2, 2023
1 parent d12f4bd commit 4c68941
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"keywords": ["yandex", "homekit", "hap-nodejs", "yandex-iot", "iot", "homekit-bridge"],
"license": "MIT",

"main": "./dist/index.js",
"files": [
"dist/**/*",
"!dist/**/*.test.js"
],
"bin": {
"yandex-homekit": "dist/index.js"
},
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import {YandexBridge} from "./YandexBridge.js";
import {program} from '@commander-js/extra-typings';
import qrcode from "qrcode-terminal"
Expand Down

0 comments on commit 4c68941

Please sign in to comment.