Folkwise-io / mintbean-cli

MIT License
13 stars 9 forks source link

Version mismatch #1

Closed monarchwadia closed 4 years ago

monarchwadia commented 4 years ago

Version in package.json is 1.0.5 Version when doing mint -v is 0.1.0 These need to be synced. The easiest way is to do:

// index.js
const { version } = require('./package.json')

program.version(version);