Skip to content

Commit 635b68c

Browse files
cmdcolinclaude
andcommitted
Add missing rimraf dependency
rimraf was used in clean script but not declared as a dependency Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent fc0162f commit 635b68c

2 files changed

Lines changed: 149 additions & 273 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"eslint": "^10.2.1",
5252
"eslint-plugin-import": "^2.32.0",
5353
"prettier": "^3.8.3",
54+
"rimraf": "^6.1.3",
5455
"typescript": "^6.0.3",
5556
"typescript-eslint": "^8.59.0",
5657
"vitest": "^4.1.5"

0 commit comments

Comments
 (0)