We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd859b commit 8e3accdCopy full SHA for 8e3accd
index.js
@@ -107,7 +107,7 @@ async function main() {
107
const { selection1, selection2 } = answers;
108
109
switch (selection1) {
110
- case 'Uing TailWindCSS':
+ case 'Using TailWindCSS':
111
await RunReactLoginSignInTW();
112
break;
113
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "login-signup-react",
3
- "version": "5.0.0",
+ "version": "6.0.0",
4
"description": "Login and SignUp for ReactJS",
5
"main": "index.js",
6
"bin": {
0 commit comments