Skip to content

Commit

Permalink
Merge pull request #44 from idmadj/master
Browse files Browse the repository at this point in the history
Added shebang to explicitly run bin with node
  • Loading branch information
blakek committed Dec 11, 2020
2 parents d7975e5 + 5ed9cdf commit 99a3819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import fs from 'fs/promises';
import _glob from 'glob';
import meow from 'meow';
Expand Down

0 comments on commit 99a3819

Please sign in to comment.