mhluska / blackjack-simulator

🃏 Realistic blackjack simulator (practice card counting using Hi-Lo and calculate EV for any table conditions)
https://mhluska.github.io/blackjack-atlas
MIT License
51 stars 14 forks source link

Wrong or missing version number #38

Closed mhluska closed 3 years ago

mhluska commented 3 years ago

npx @blackjacktrainer/blackjack-simulator -v reads the version from package.json in the current directory which is wrong. It should be relative to the local directory where bin/cli.js is installed.