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 e1a4cce commit e884b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ await build({
description: "Convert hex colors to closest xterm",
main: "esm/hexterm.js",
bin: {
hexterm: "./bin/hexterm"
hexterm: "./bin/hexterm",
},
license: "MIT",
author: "Jacobo Tabernero - http://jacoborus.codes",
Expand Down

0 comments on commit e884b4f

Please sign in to comment.