Skip to content

Commit

Permalink
build: tweak package.json build config
Browse files Browse the repository at this point in the history
Signed-off-by: Chapman Pendery <[email protected]>
  • Loading branch information
cpendery committed Jan 25, 2024
1 parent 4680c0f commit fee53ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/tact/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions packages/tact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
"files": [
"lib/**",
"*.js",
"*.mjs",
"*.d.ts"
"*.d.ts",
"shell/**"
],
"main": "./lib/cli/index.js",
"bin": {
"tact": "./lib/cli/cli.js"
"tact": "./lib/cli/index.js"
},
"dependencies": {
"@homebridge/node-pty-prebuilt-multiarch": "^0.11.12",
Expand Down

0 comments on commit fee53ea

Please sign in to comment.