use version in package.json

This commit is contained in:
Dan Motzenbecker 2015-10-03 21:18:26 -04:00
parent b3455b25e8
commit 35f5e6cd52
1 changed files with 1 additions and 1 deletions

View File

@ -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'