Skip to content

Commit

Permalink
fix(index.js): use separate CLI entry file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Nov 14, 2017
1 parent c89f570 commit 3c5d7fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node
"use strict";
require("../lib/index.js");
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env node
"use strict";
const fs = require("fs");
const promisify = require("util.promisify");
Expand Down

0 comments on commit 3c5d7fc

Please sign in to comment.