Skip to content

Commit

Permalink
fix: add missing shebang line
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Apr 25, 2024
1 parent 64a965c commit a4c7b64
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 { defineCommand, runMain } from 'citty';
import pkg from '../package.json';

Expand Down

0 comments on commit a4c7b64

Please sign in to comment.