use version in package.json
This commit is contained in:
parent
b3455b25e8
commit
35f5e6cd52
|
@ -252,7 +252,7 @@ getDeviceList = ->
|
||||||
logErr 'Device listing failed: ' + message
|
logErr 'Device listing failed: ' + message
|
||||||
|
|
||||||
|
|
||||||
cli.version '0.0.4'
|
cli.version pkgJson.version
|
||||||
|
|
||||||
cli.command 'init <name>'
|
cli.command 'init <name>'
|
||||||
.description 'Create a new ClojureScript React Native project'
|
.description 'Create a new ClojureScript React Native project'
|
||||||
|
|
Loading…
Reference in New Issue