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");
5
5
const glob = require ( "glob" ) ;
6
6
const rmdir = require ( 'rimraf' ) ;
7
7
8
- const vscodeVersion = "1.51.0 " ;
8
+ const vscodeVersion = "1.51.1 " ;
9
9
10
10
if ( ! fs . existsSync ( "vscode" ) ) {
11
11
child_process . execSync ( "git clone https://github.com/microsoft/vscode.git" , {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-web" ,
3
- "version" : " 1.51.0 " ,
4
- "description" : " " ,
3
+ "version" : " 1.51.1 " ,
4
+ "description" : " Visual Studio Code for browser " ,
5
5
"files" : [" dist/*" ],
6
6
"scripts" : {
7
7
"build" : " node build.js" ,
12
12
"type" : " git" ,
13
13
"url" : " git+https://github.com/Felx-B/vscode-web.git"
14
14
},
15
- "author" : " " ,
16
- "license" : " ISC " ,
15
+ "author" : " Felix B " ,
16
+ "license" : " MIT " ,
17
17
"bugs" : {
18
18
"url" : " https://github.com/Felx-B/vscode-web/issues"
19
19
},
You can’t perform that action at this time.
0 commit comments