ship-create 1.6.4 → 1.6.5
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.
- package/create.mjs +1 -1
- package/package.json +1 -1
package/create.mjs
CHANGED
|
@@ -43,7 +43,7 @@ const PRODUCT_TYPES = [
|
|
|
43
43
|
{ key: "SAAS", name: "Web app / SaaS", desc: "users sign up and use a tool online", file: "SAAS_TEMPLATE.md" },
|
|
44
44
|
{ key: "CRM", name: "CRM / Sales pipeline", desc: "track leads, deals, and customers", file: "CRM_TEMPLATE.md" },
|
|
45
45
|
{ key: "MEMBERSHIP", name: "Membership / community", desc: "paid access to content or a community", file: "MEMBERSHIP_TEMPLATE.md" },
|
|
46
|
-
{ key: "LEADGEN", name: "Landing page
|
|
46
|
+
{ key: "LEADGEN", name: "Landing page", desc: "showcase a product or service — sell, capture leads, or book calls", file: "LEADGEN_TEMPLATE.md" },
|
|
47
47
|
{ key: "DIRECTORY", name: "Directory / listing site", desc: "browse and find providers, products, or places", file: "DIRECTORY_TEMPLATE.md" },
|
|
48
48
|
{ key: "DASHBOARD", name: "Dashboard / analytics", desc: "visualise data and KPIs for a team or business", file: "DASHBOARD_TEMPLATE.md" },
|
|
49
49
|
{ key: "INTERNAL_TOOL", name: "Internal tool", desc: "replaces a manual or spreadsheet-based process inside a company", file: "INTERNAL_TOOL_TEMPLATE.md" },
|
package/package.json
CHANGED