Skip to content

Commit

Permalink
fix: correctly set up litra-identify CLI so it can be run by name
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Feb 11, 2023
1 parent 860d7b8 commit 4f9acb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"litra-brightness": "./dist/commonjs/cli/litra-brightness.js",
"litra-brightness-lm": "./dist/commonjs/cli/litra-brightness-lm.js",
"litra-temperature": "./dist/commonjs/cli/litra-temperature-lm.js",
"litra-temperature-k": "./dist/commonjs/cli/litra-temperature-k.js"
"litra-temperature-k": "./dist/commonjs/cli/litra-temperature-k.js",
"litra-identify": "./dist/commonjs/cli/litra-identify.js"
}
}

0 comments on commit 4f9acb9

Please sign in to comment.