Skip to content

Commit

Permalink
Merge pull request #16 from vltansky/master
Browse files Browse the repository at this point in the history
fix: node opens index.js instead of running closes #15
  • Loading branch information
roblarsen committed May 24, 2020
2 parents fc82f08 + 8f06425 commit 16ba6ce
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 55 deletions.
1 change: 0 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env node
"use strict";
const yargs_parser = require("yargs-parser");
const path = require("path");
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/usr/bin/env node
require("./cli")().catch(console.error);
123 changes: 69 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16ba6ce

Please sign in to comment.