diff --git a/gulpfile.js b/gulpfile.js index 1d273560..aea57cde 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -54,7 +54,7 @@ gulp.task("build-dist", (done) => { "../build", "../api", ], - "vscode-website/vscode-docs" + "vscode-website/vscode-docs", ); // Clone tas-client diff --git a/package.json b/package.json index a86e0515..420bf900 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-docs", "version": "0.0.1", - "private": "false", + "private": false, "homepage": "https://github.com/CodeEditorLand/CodeEditorLand#readme", "bugs": { "url": "https://github.com/CodeEditorLand/CodeEditorLand/issues"