diff --git a/bun.lockb b/bun.lockb index 92c9854..e8d2dbe 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 8ab2074..0368f7d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "module": "index.ts", "type": "commonjs", "scripts": { - "clean": "rimraf build", + "clean": "rm -rf build", "dev": "bun run index.ts", "compile": "webpack", "build": "bun run clean && webpack && bash build.sh" @@ -22,7 +22,6 @@ "amdfriend": "git+https://github.com/NyaomiDEV/AMDFriend.git", "chalk": "^5.3.0", "console-clear": "^1.1.1", - "inquirer": "^10.1.2", - "rimraf": "^6.0.1" + "inquirer": "^10.1.2" } }