mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
simplify vscode-install call
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
"vscode": "^1.23.0"
|
||||
},
|
||||
"scripts": {
|
||||
"update-vscode": "node ./node_modules/vscode/bin/install",
|
||||
"postinstall": "node ./node_modules/vscode/bin/install"
|
||||
"update-vscode": "vscode-install",
|
||||
"postinstall": "vscode-install"
|
||||
},
|
||||
"dependencies": {
|
||||
"vscode": "^1.1.18",
|
||||
|
||||
Reference in New Issue
Block a user