Skip to content

Commit

Permalink
Bump 1.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Felx-B committed Nov 12, 2020
1 parent 91d936c commit 8e72266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fse = require("fs-extra");
const glob = require("glob");
const rmdir = require('rimraf');

const vscodeVersion = "1.51.0";
const vscodeVersion = "1.51.1";

if (!fs.existsSync("vscode")) {
child_process.execSync("git clone https://github.com/microsoft/vscode.git", {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-web",
"version": "1.51.0",
"description": "",
"version": "1.51.1",
"description": "Visual Studio Code for browser",
"files": ["dist/*"],
"scripts": {
"build": "node build.js",
Expand All @@ -12,8 +12,8 @@
"type": "git",
"url": "git+https://github.com/Felx-B/vscode-web.git"
},
"author": "",
"license": "ISC",
"author": "Felix B",
"license": "MIT",
"bugs": {
"url": "https://github.com/Felx-B/vscode-web/issues"
},
Expand Down

0 comments on commit 8e72266

Please sign in to comment.