Skip to content

Commit

Permalink
fix: add node shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Feb 3, 2020
1 parent 9acc4c8 commit 3b8b94b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import fs from "fs";
import mkdirp from "mkdirp";
import yargs, { Argv } from "yargs";
Expand Down

0 comments on commit 3b8b94b

Please sign in to comment.