create-xdn-app
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -15,3 +15,3 @@ "use strict"; | ||
.version(getPackageJson().version) | ||
.command('$0 <name>', 'Creates a new XDN app.', (yargs) => { | ||
.command('$0 [name]', 'Creates a new XDN app.', (yargs) => { | ||
return yargs.positional('name', { | ||
@@ -18,0 +18,0 @@ describe: 'A name for the new app', |
{ | ||
"name": "create-xdn-app", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Creates apps for deplyoment on the Moovweb XDN.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |