mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
* chore: bump node-gyp on windows to 11.2.0 improves reliability of builds on windows includes https://github.com/nodejs/node-gyp/pull/3113 and https://github.com/nodejs/node-gyp/pull/3112 * use preinstalled node-gyp * use bundled node-gyp for subdirs too * chore: revert changes to package-lock.json * chore: rebuild package-lock.json * ci: rebuild cache --------- Co-authored-by: Aman Karmani <aman@tmm1.net>
11 lines
167 B
JSON
11 lines
167 B
JSON
{
|
|
"name": "code-oss-dev-build",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"node-gyp": "^11.2.0"
|
|
},
|
|
"scripts": {}
|
|
}
|