create-fullstack-setup 1.0.15 → 1.0.16

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-fullstack-setup",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "CLI to generate ready-to-run fullstack or backend applications",
5
5
  "bin": {
6
6
  "create-fullstack-setup": "bin/index.js"
@@ -2,7 +2,7 @@ export default function App() {
2
2
  return (
3
3
  <div className="min-h-screen flex items-center justify-center bg-black text-white">
4
4
  <h1 className="text-3xl font-bold">
5
- 🚀 Tailwind is working!
5
+ 🚀 Ready to Build frontend
6
6
  </h1>
7
7
  </div>
8
8
  );