Skip to content

Commit

Permalink
fix(package.json): Fix bin in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sungly authored May 1, 2020
1 parent e2a004a commit 56789b5
Show file tree
Hide file tree
Showing 3 changed files with 3,672 additions and 3,654 deletions.
2 changes: 1 addition & 1 deletion bin/index.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node

require('../src/index')();
require('../lib/index');
Loading

0 comments on commit 56789b5

Please sign in to comment.