mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
a6282d2b28
Didn't provide that much value
5 lines
100 B
CoffeeScript
5 lines
100 B
CoffeeScript
packageJSON = require('../../package.json')
|
|
|
|
exports.version = ->
|
|
console.log(packageJSON.version)
|