create-zenbu-app 0.0.25 → 0.0.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zenbu-app",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "Scaffold a new Zenbu app",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -15,8 +15,7 @@ export function Home() {
15
15
  <h1 className="text-2xl font-semibold mb-2">{{displayName}}</h1>
16
16
  <p className="text-zinc-500 dark:text-zinc-400 text-sm leading-relaxed mb-6">
17
17
  This app is yours to edit. The source lives on your machine and any
18
- change you save reloads instantly — tweak the UI, add features, or
19
- install plugins without rebuilding.
18
+ change you save reloads instantly.
20
19
  </p>
21
20
 
22
21
  <div className="text-xs uppercase tracking-wide text-zinc-400 dark:text-zinc-500 mb-1.5">