Skip to content

Commit

Permalink
fix: add shell line so bin works (#37)
Browse files Browse the repository at this point in the history
Allow package to execute under bash/nvm
  • Loading branch information
ShamimIslam authored and wraithgar committed Feb 27, 2023
1 parent 1817804 commit 4a51e49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /usr/bin/env node

// to GET CONTENTS for folder at PATH (which may be a PACKAGE):
// - if PACKAGE, read path/package.json
// - if bins in ../node_modules/.bin, add those to result
Expand Down

0 comments on commit 4a51e49

Please sign in to comment.