Skip to content

Commit

Permalink
fix: add shebang to index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Mar 14, 2021
1 parent ca99e06 commit cda2edd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import { Command, Option } from 'commander';
import { readFileSync, writeFileSync, promises } from 'fs';
import { resolve } from 'path';
Expand Down

0 comments on commit cda2edd

Please sign in to comment.