From 8e21eb51b318ff375477743460f1f62043aecc80 Mon Sep 17 00:00:00 2001 From: kenve Date: Fri, 14 May 2021 00:06:45 +0800 Subject: [PATCH] fix(lib/vscode): fix missing rimraf when running postinstall script (#3383) --- lib/vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vscode/package.json b/lib/vscode/package.json index 74aea156..4b918fc4 100644 --- a/lib/vscode/package.json +++ b/lib/vscode/package.json @@ -76,6 +76,7 @@ "nsfw": "2.1.2", "proxy-agent": "^4.0.1", "proxy-from-env": "^1.1.0", + "rimraf": "^3.0.2", "spdlog": "^0.11.1", "sudo-prompt": "9.2.1", "tas-client-umd": "0.1.4", @@ -186,7 +187,6 @@ "queue": "3.0.6", "rcedit": "^1.1.0", "request": "^2.85.0", - "rimraf": "^3.0.2", "sinon": "^1.17.2", "source-map": "0.6.1", "source-map-support": "^0.3.2",