Skip to content

Commit

Permalink
fix: remove hyphen from bin command and strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasbueschel committed Mar 4, 2023
1 parent b338f12 commit 6fdfdec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"use strict";
import { compile } from "html-to-text";
import readline from "readline";
import chalk from "chalk";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/tobiasbueschel/search-gpt/issues"
},
"bin": {
"search-gpt": "index.js"
"searchgpt": "index.js"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 6fdfdec

Please sign in to comment.