Skip to content

Commit

Permalink
fix: Add NPM bin and engine information (#282)
Browse files Browse the repository at this point in the history
Signed-off-by: Michiel Mulders <[email protected]>
  • Loading branch information
michielmulders authored Mar 8, 2024
1 parent b1e0ab9 commit 8c696cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"publishConfig": {
"access": "public"
},
"bin": {
"hedera-cli": "./dist/hedera-cli.js"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "npm run format && rimraf --glob 'dist/' && tsc && npm run copy-state && npm run rename-base-state && npm run copy-input",
"clean": "rm -rf dist/ && rm -rf coverage/ && rm -rf junit.xml && rm -rf junit-e2e.xml",
Expand Down

0 comments on commit 8c696cb

Please sign in to comment.