Skip to content

Commit

Permalink
fix: start bin script with /usr/bin/env node
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasbueschel committed Mar 4, 2023
1 parent 7ca510d commit df59012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import { compile } from "html-to-text";
import readline from "readline";
import chalk from "chalk";
Expand Down

0 comments on commit df59012

Please sign in to comment.