Skip to content

Commit

Permalink
fix: missing bin
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Nov 25, 2022
1 parent 1845649 commit 9903394
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Empty file modified index.js
100644 → 100755
Empty file.
3 changes: 3 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"Patrick Heneise (https://github.com/patrickheneise)"
],
"type": "module",
"bin": {
"@zentered/envsync": "./index.js",
"envsync": "./index.js"
},
"main": "index.js",
"scripts": {
"codestyle": "prettier --write \"./**/*.{js,md}\"",
Expand Down

0 comments on commit 9903394

Please sign in to comment.