Skip to content

Commit 16ba6ce

Browse files
authored
Merge pull request #16 from vltansky/master
fix: node opens index.js instead of running closes #15
2 parents fc82f08 + 8f06425 commit 16ba6ce

File tree

3 files changed

+70
-55
lines changed

3 files changed

+70
-55
lines changed

cli.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env node
21
"use strict";
32
const yargs_parser = require("yargs-parser");
43
const path = require("path");

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#!/usr/bin/env node
12
require("./cli")().catch(console.error);

package-lock.json

+69-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)