create-tina-app 2.1.10 → 2.1.11

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -428,8 +428,8 @@ var TEMPLATES = [
428
428
  devUrl: "http://localhost:3000"
429
429
  },
430
430
  {
431
- title: "Bare bones starter",
432
- description: "Stripped down to essentials, this starter is the canvas for pure, unadulterated code creativity. Built with Next.js.",
431
+ title: "React Starter",
432
+ description: "Stripped down to essentials, this starter is the canvas for pure, unadulterated code creativity. Built with Vite and React.",
433
433
  value: "basic",
434
434
  isInternal: false,
435
435
  features: [
@@ -446,7 +446,7 @@ var TEMPLATES = [
446
446
  description: "\u2705"
447
447
  }
448
448
  ],
449
- gitURL: "https://github.com/tinacms/tina-barebones-starter",
449
+ gitURL: "https://github.com/tinacms/tina-react-starter",
450
450
  branch: "main",
451
451
  devUrl: "http://localhost:3000"
452
452
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tina-app",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [