Skip to content

Commit 8e21eb5

Browse files
authored
fix(lib/vscode): fix missing rimraf when running postinstall script (#3383)
1 parent 800815f commit 8e21eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"nsfw": "2.1.2",
7777
"proxy-agent": "^4.0.1",
7878
"proxy-from-env": "^1.1.0",
79+
"rimraf": "^3.0.2",
7980
"spdlog": "^0.11.1",
8081
"sudo-prompt": "9.2.1",
8182
"tas-client-umd": "0.1.4",
@@ -186,7 +187,6 @@
186187
"queue": "3.0.6",
187188
"rcedit": "^1.1.0",
188189
"request": "^2.85.0",
189-
"rimraf": "^3.0.2",
190190
"sinon": "^1.17.2",
191191
"source-map": "0.6.1",
192192
"source-map-support": "^0.3.2",

0 commit comments

Comments
 (0)