@corva/create-app 0.43.0-4 → 0.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,7 +42,7 @@ export const originalCwdOption = (new Option('--original-cwd <string>')).hideHel
42
42
  export const bumpVersionOptionDeprecated = new Option(
43
43
  flags,
44
44
  chalk.bgYellow`DEPRECATED` +
45
- ` Use with ${chalk.cyan`zip`} or ${chalk.cyan`release`} command instead`
45
+ ` Use with ${chalk.cyan`zip`} or ${chalk.cyan`release`} command instead`
46
46
  )
47
47
  .choices(choices)
48
48
  .argParser(argParser);
package/lib/main.js CHANGED
@@ -130,7 +130,7 @@ export async function run() {
130
130
  `${value.alias ? `-${value.alias}, ` : ''}--${value.name} [${
131
131
  (type !== 'undefined' && type) || 'string'
132
132
  }]`,
133
- value.message
133
+ value.message,
134
134
  );
135
135
 
136
136
  if (value.choices) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/create-app",
3
- "version": "0.43.0-4",
3
+ "version": "0.43.0",
4
4
  "private": false,
5
5
  "description": "Create an app to use it in CORVA.AI",
6
6
  "keywords": [