Skip to content

Commit

Permalink
Add executable information on velox-luna package
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Jan 9, 2024
1 parent 680ce14 commit ba68d69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/velox-luna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
],
"license": "MIT",
"author": "Luiz Ferraz <[email protected]>",
"bin": {
"velox-luna": "index.js"
},
"files": [
"index.js",
"index.js.map"
],
"scripts": {
"build": "esbuild --bundle index.ts --outfile=index.js --sourcemap",
"test": "pnpm run build && node index.js"
Expand Down

0 comments on commit ba68d69

Please sign in to comment.