@feeef.dev/cli 0.2.1 → 0.2.3

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.
@@ -117,7 +117,7 @@ function validateComponent(component, path, issues) {
117
117
  level: "error",
118
118
  path: `${path}/code`,
119
119
  message:
120
- 'type "custom" requires <name>.tsx or component.tsx with function App() (and export const meta)',
120
+ 'type "custom" requires <name>.tsx or <name>/<name>.tsx with function App() (and export const meta)',
121
121
  });
122
122
  } else if (!/\bfunction\s+App\s*\(/.test(component.code)) {
123
123
  issues.push({