@vira-ui/cli 2.0.0 → 3.0.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -127,7 +127,6 @@ program
127
127
  if (options.template) {
128
128
  template = options.template;
129
129
  if (!SUPPORTED_TEMPLATES.includes(template)) {
130
- console.error(chalk_1.default.red(`Unknown template: ${template}. Use one of: ${SUPPORTED_TEMPLATES.join(", ")}`));
131
130
  process.exit(1);
132
131
  }
133
132
  }
@@ -180,7 +179,6 @@ program
180
179
  if (options.template) {
181
180
  template = options.template;
182
181
  if (!SUPPORTED_TEMPLATES.includes(template)) {
183
- console.error(chalk_1.default.red(`Unknown template: ${template}. Use one of: ${SUPPORTED_TEMPLATES.join(", ")}`));
184
182
  process.exit(1);
185
183
  }
186
184
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vira-ui/cli",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "CLI tool for ViraJS project generation",
5
5
  "author": "Vira Team",
6
6
  "license": "MIT",