Skip to content

Commit

Permalink
add shebang to src/main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed Apr 15, 2024
1 parent 0f549f7 commit a09b060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion solarkraft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"type": "module",
"exports": "./dist/src/main.js",
"bin": {
"tactical": "dist/src/main.js"
"solarkraft": "dist/src/main.js"
},
"files": [
"README.md",
Expand Down
2 changes: 2 additions & 0 deletions solarkraft/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

/**
* @license
* [Apache-2.0](https://github.com/freespek/solarkraft/blob/main/LICENSE)
Expand Down

0 comments on commit a09b060

Please sign in to comment.