File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const fse = require("fs-extra");
55const glob = require ( "glob" ) ;
66const rmdir = require ( 'rimraf' ) ;
77
8- const vscodeVersion = "1.51.0 " ;
8+ const vscodeVersion = "1.51.1 " ;
99
1010if ( ! fs . existsSync ( "vscode" ) ) {
1111 child_process . execSync ( "git clone https://github.com/microsoft/vscode.git" , {
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-web" ,
3- "version" : " 1.51.0 " ,
4- "description" : " " ,
3+ "version" : " 1.51.1 " ,
4+ "description" : " Visual Studio Code for browser " ,
55 "files" : [" dist/*" ],
66 "scripts" : {
77 "build" : " node build.js" ,
1212 "type" : " git" ,
1313 "url" : " git+https://github.com/Felx-B/vscode-web.git"
1414 },
15- "author" : " " ,
16- "license" : " ISC " ,
15+ "author" : " Felix B " ,
16+ "license" : " MIT " ,
1717 "bugs" : {
1818 "url" : " https://github.com/Felx-B/vscode-web/issues"
1919 },
You can’t perform that action at this time.
0 commit comments