Skip to content

Commit

Permalink
chore: add rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
Prorupak committed Aug 28, 2024
1 parent 8aaa1cf commit f4c6c8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"dotenv": "^16.4.5",
"express": "^4.19.2",
"node-fetch": "^3.3.2",
"pkce-challenge": "^4.1.0"
"pkce-challenge": "^4.1.0",
"rimraf": "^6.0.1"
},
"devDependencies": {
"@ef-carbon/tspm": "^2.2.5",
Expand All @@ -32,7 +33,6 @@
"eslint": "^9.9.1",
"globals": "^15.9.0",
"nodemon": "^3.1.4",
"rimraf": "^6.0.1",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0"
Expand Down
6 changes: 3 additions & 3 deletions server/pnpm-lock.yaml

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

0 comments on commit f4c6c8c

Please sign in to comment.