Skip to content

Commit

Permalink
added rimraf package
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Oct 6, 2024
1 parent 075b9fc commit ae6007b
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 31 deletions.
123 changes: 94 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"replace-in-file": "8.2.0"
},
"devDependencies": {
"prettier": "3.3.3"
"prettier": "3.3.3",
"rimraf": "6.0.1"
},
"browserslist": {
"production": [
Expand All @@ -81,4 +82,4 @@
"engines": {
"node": ">=18"
}
}
}

0 comments on commit ae6007b

Please sign in to comment.