From 58fa36b9f95192a7c91e68428b3bdb71dc70e598 Mon Sep 17 00:00:00 2001 From: Florent BENOIT Date: Wed, 25 Nov 2020 17:32:53 +0100 Subject: [PATCH] Add missing fields (#11) * fix(package.json): Add missing fields to make it more compliant with VS Code extensions fields Change-Id: I1c63bae659c323aa2416bf57881f4385f3cfbaa9 Signed-off-by: Florent Benoit * fix(plugin): use the new alias name for theia packager command Change-Id: I5782d8140d7ae79ec221c82d1c3dcda9ef9347d1 Signed-off-by: Florent Benoit --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cea76c2..db37a60 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,14 @@ "keywords": [ "theia-plugin" ], + "icon": "redhat-developer-icon.png", + "repository": { + "type": "git", + "url": "https://github.com/redhat-developer/omnisharp-theia-plugin" + }, + "categories": [ + "Programming Languages" + ], "version": "0.0.1", "license": "EPL-2.0", "files": [ @@ -29,7 +37,7 @@ "format-code": "tsfmt -r", "watch": "tsc -watch", "compile": "tsc", - "build": "yarn run format-code && yarn run compile && theia:plugin pack" + "build": "yarn run format-code && yarn run compile && theia-plugin pack" }, "engines": { "theiaPlugin": "latest",