grg-kit-cli 0.6.9 → 0.6.10

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.
Files changed (2) hide show
  1. package/commands/init.js +1 -1
  2. package/package.json +1 -1
package/commands/init.js CHANGED
@@ -48,7 +48,7 @@ async function init(options) {
48
48
  // Step 1: Install Tailwind CSS v4
49
49
  spinner.start('Installing Tailwind CSS v4...');
50
50
  try {
51
- await execAsync('npm install tailwindcss @tailwindcss/postcss postcss');
51
+ await execAsync('npm install tailwindcss @tailwindcss/postcss postcss --force');
52
52
  spinner.succeed(chalk.green('✓ Tailwind CSS v4 installed'));
53
53
  } catch (error) {
54
54
  spinner.fail(chalk.red('Failed to install Tailwind CSS v4'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grg-kit-cli",
3
- "version": "0.6.9",
3
+ "version": "0.6.10",
4
4
  "description": "CLI tool for pulling GRG Kit resources into your Angular project",
5
5
  "main": "index.js",
6
6
  "bin": {