next-ts-cli 1.0.12 → 1.0.13

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/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  **Minimal CLI to scaffold a production-ready Next.js applications**
11
11
 
12
12
  [![npm version](https://img.shields.io/npm/v/next-ts-cli.svg)](https://www.npmjs.com/package/next-ts-cli)
13
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
13
+ ![NPM Unpacked Size](https://img.shields.io/npm/unpacked-size/next-ts-cli?style=flat&color=%231dd1a1)
14
14
  [![Node.js](https://img.shields.io/badge/node-%3E%3D22.0.0-brightgreen.svg)](https://nodejs.org/)
15
15
 
16
16
  [Getting Started](#getting-started) •
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-ts-cli",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Create production-ready web application with the Next.js",
5
5
  "author": "Daniele Rossino <daniele.rossino10@gmail.com>",
6
6
  "maintainers": [],
@@ -67,7 +67,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
67
67
  <SignedOut>
68
68
  <SignInButton />
69
69
  <SignUpButton>
70
- <button className="bg-[#6c47ff] text-white rounded-full font-medium text-sm px-4 py-2 cursor-pointer">
70
+ <button className="bg-[#6c47ff] text-white rounded-full font-medium text-sm px-4 py-2 cursor-pointer" type="button" >
71
71
  Sign Up
72
72
  </button>
73
73
  </SignUpButton>