Skip to content

Commit

Permalink
oops... hashbang
Browse files Browse the repository at this point in the history
  • Loading branch information
atilafassina committed Oct 2, 2024
1 parent 08c8062 commit a4fa19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-quantum",
"version": "0.0.3",
"version": "0.0.6",
"type": "module",
"main": "./lib/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/run.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// #!/usr/bin/env node
#!/usr/bin/env node

import path from "path";
import { readFile } from "node:fs/promises";
Expand Down

0 comments on commit a4fa19d

Please sign in to comment.