Skip to content

Commit

Permalink
Fix: missing bin info in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoborus committed Mar 10, 2022
1 parent 3acb671 commit e1a4cce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ await build({
version: version as string,
description: "Convert hex colors to closest xterm",
main: "esm/hexterm.js",
bin: {
hexterm: "./bin/hexterm"
},
license: "MIT",
author: "Jacobo Tabernero - http://jacoborus.codes",
homepage: "https://github.com/jacoborus/hexterm",
Expand Down

0 comments on commit e1a4cce

Please sign in to comment.