@kozojs/cli 0.1.4 → 0.1.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.
Files changed (2) hide show
  1. package/lib/index.js +1 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -662,7 +662,6 @@ These optimizations make Kozo competitive with Fastify while providing:
662
662
 
663
663
  ## Documentation
664
664
 
665
- - [Kozo Documentation](https://kozo.dev/docs)
666
665
  - [Zod Schema Validation](https://zod.dev)
667
666
  - [Hono Framework](https://hono.dev)
668
667
 
@@ -1197,7 +1196,7 @@ ${import_picocolors2.default.bold("Next steps:")}
1197
1196
  ${import_picocolors2.default.cyan(`cd ${project.name}`)}
1198
1197
  ${!project.install ? import_picocolors2.default.cyan("pnpm install") + "\n " : ""}${import_picocolors2.default.cyan("pnpm dev")}
1199
1198
 
1200
- ${import_picocolors2.default.dim("Documentation:")} ${import_picocolors2.default.underline("https://kozo.dev/docs")}
1199
+ ${import_picocolors2.default.dim("Documentation:")} ${import_picocolors2.default.underline("https://kozojs.dev/docs")}
1201
1200
  `);
1202
1201
  }
1203
1202
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kozojs/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "CLI to scaffold new Kozo Framework projects - The next-gen TypeScript Backend Framework",
5
5
  "bin": {
6
6
  "create-kozo": "./lib/index.js",