fix(lib/vscode): fix missing rimraf when running postinstall script (#3383)

This commit is contained in:
kenve 2021-05-14 00:06:45 +08:00 committed by GitHub
parent 800815f7fd
commit 8e21eb51b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,6 +76,7 @@
"nsfw": "2.1.2", "nsfw": "2.1.2",
"proxy-agent": "^4.0.1", "proxy-agent": "^4.0.1",
"proxy-from-env": "^1.1.0", "proxy-from-env": "^1.1.0",
"rimraf": "^3.0.2",
"spdlog": "^0.11.1", "spdlog": "^0.11.1",
"sudo-prompt": "9.2.1", "sudo-prompt": "9.2.1",
"tas-client-umd": "0.1.4", "tas-client-umd": "0.1.4",
@ -186,7 +187,6 @@
"queue": "3.0.6", "queue": "3.0.6",
"rcedit": "^1.1.0", "rcedit": "^1.1.0",
"request": "^2.85.0", "request": "^2.85.0",
"rimraf": "^3.0.2",
"sinon": "^1.17.2", "sinon": "^1.17.2",
"source-map": "0.6.1", "source-map": "0.6.1",
"source-map-support": "^0.3.2", "source-map-support": "^0.3.2",