Skip to content

Commit 8e3accd

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update
Co-Authored-By: JehanKandy <[email protected]> Co-Authored-By: Anupa Gamage <[email protected]>
1 parent 8cd859b commit 8e3accd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ async function main() {
107107
const { selection1, selection2 } = answers;
108108

109109
switch (selection1) {
110-
case 'Uing TailWindCSS':
110+
case 'Using TailWindCSS':
111111
await RunReactLoginSignInTW();
112112
break;
113113

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "login-signup-react",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Login and SignUp for ReactJS",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)