@ariadocs/create-ariadocs-app 1.0.0 → 1.0.1

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/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10,8 +10,8 @@ import chalk from "chalk";
10
10
  const templateOptions = [
11
11
  { name: chalk.blue("Next app dir"), value: "next-app" },
12
12
  { name: chalk.green("Next pages dir"), value: "next-pages" },
13
- { name: chalk.green("React router v7"), value: "react-router-v7" },
14
- { name: chalk.green("Tanstack start"), value: "tanstack" },
13
+ { name: chalk.red("React router v7"), value: "react-router-v7" },
14
+ { name: chalk.yellow("Tanstack start"), value: "tanstack" },
15
15
  ];
16
16
 
17
17
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ariadocs/create-ariadocs-app",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "publishConfig": {