Skip to content

Commit 8e72266

Browse files
committed
Bump 1.51.1
1 parent 91d936c commit 8e72266

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const fse = require("fs-extra");
55
const glob = require("glob");
66
const rmdir = require('rimraf');
77

8-
const vscodeVersion = "1.51.0";
8+
const vscodeVersion = "1.51.1";
99

1010
if (!fs.existsSync("vscode")) {
1111
child_process.execSync("git clone https://github.com/microsoft/vscode.git", {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -12,8 +12,8 @@
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
},

0 commit comments

Comments
 (0)