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",