From 7bd0cee62bdf65cfd2f2e2e61cb86e522c08a168 Mon Sep 17 00:00:00 2001 From: Vitaly Markov Date: Mon, 28 Dec 2020 17:22:05 +0000 Subject: [PATCH] fix(openvsx): Remove tmp extension from pack In order to publish extension pack to open-vsx registry there were removed a few extensions that could not published to open-vsx due to issue during build proecss --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 67ca3f6..f8e0e87 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,10 @@ "description": "Popular VS Code extensions for Node.js development and building DevOps pipelines using GitLab and Kubernetes", "version": "0.0.12", "publisher": "vymarkov", + "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/vymarkov/nodejs-devops-extension-pack.git" + "url": "https://github.com/vymarkov/nodejs-devops-extension-pack" }, "engines": { "vscode": "^1.28.0" @@ -37,7 +38,6 @@ "dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "msjsdiag.debugger-for-chrome", - "peterj.proto", "vscode-icons-team.vscode-icons", "HashiCorp.terraform", "ms-kubernetes-tools.vscode-kubernetes-tools", @@ -50,8 +50,6 @@ "humao.rest-client", "joelday.docthis", "aaron-bond.better-comments", - "wmaurer.change-case", - "ria.elastic", "yatki.vscode-surround", "oouo-diogo-perdigao.docthis" ]