tailwind-react-setup 1.1.1 → 1.1.3
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/bin/index.js +2 -2
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
1
|
+
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
import chalk from "chalk";
|
|
4
4
|
import ora from "ora";
|
|
@@ -14,7 +14,7 @@ async function run() {
|
|
|
14
14
|
await modifyViteConfig();
|
|
15
15
|
await modifyCSS();
|
|
16
16
|
|
|
17
|
-
spinner.succeed(chalk.green("Tailwind setup completed successfully 🚀"));
|
|
17
|
+
spinner.succeed(chalk.green(" Tailwind setup completed successfully 🚀"));
|
|
18
18
|
} catch (err) {
|
|
19
19
|
spinner.fail(chalk.red("Setup failed"));
|
|
20
20
|
console.error(err.message);
|