ultracite 4.1.19 → 4.1.20

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/package.json +1 -1
  2. package/scripts/run.mjs +1 -1
package/package.json CHANGED
@@ -39,7 +39,7 @@
39
39
  "type": "git",
40
40
  "url": "git+https://github.com/haydenbleasel/ultracite.git"
41
41
  },
42
- "version": "4.1.19",
42
+ "version": "4.1.20",
43
43
  "devDependencies": {
44
44
  "@biomejs/biome": "^1.9.4"
45
45
  },
package/scripts/run.mjs CHANGED
@@ -68,7 +68,7 @@ program
68
68
  }
69
69
 
70
70
  // Install dependencies
71
- execSync('pnpm add -D -w --save-exact ultracite @biomejs/biome');
71
+ execSync('pnpm add -D --save-exact ultracite @biomejs/biome');
72
72
 
73
73
  // Write the config files
74
74
  execSync('mkdir -p .vscode');