create-nexa-app 1.0.1 → 1.0.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/bin/nexa.js +1 -1
  2. package/package.json +1 -1
package/bin/nexa.js CHANGED
@@ -827,7 +827,7 @@ coverage/
827
827
  <link rel="icon" type="image/png" href="/favicon.png" />
828
828
 
829
829
  <!-- Title -->
830
- <title>Nexa • ${displayName}</title>
830
+ <title>Nexa • by Conscious Neurons</title>
831
831
 
832
832
  </head>
833
833
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nexa-app",
3
- "version": "1.0.1",
3
+ "version": "1.0.5",
4
4
  "description": "Create a new Nexa app with prebuilt structure, PWA support, and modern React/Vite setup",
5
5
  "bin": {
6
6
  "create-nexa-app": "bin/nexa.js",