From 0e1aaa79bb928f912602b770ecbcc3428337171b Mon Sep 17 00:00:00 2001 From: Hawk Ticehurst Date: Thu, 9 Dec 2021 13:41:45 -0800 Subject: [PATCH 1/2] Update author field in package.json to use shorthand notation --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 02586d3d..9184a708 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,7 @@ "description": "A component library for building webview-based extensions in Visual Studio Code.", "homepage": "https://github.com/microsoft/vscode-webview-ui-toolkit#readme", "license": "MIT", - "author": { - "name": "Microsoft Corporation" - }, + "author": "Microsoft Corporation", "bugs": { "url": "https://github.com/microsoft/vscode-webview-ui-toolkit/issues" }, From d4704c290fb695929e3832324a4eb53ef1ce98d5 Mon Sep 17 00:00:00 2001 From: Hawk Ticehurst Date: Thu, 9 Dec 2021 13:49:50 -0800 Subject: [PATCH 2/2] Add keywords to package.json --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9184a708..8b30b100 100644 --- a/package.json +++ b/package.json @@ -68,5 +68,15 @@ "tslib": "^2.1.0", "typescript": "4.3.5", "webpack": "^4.46.0" - } + }, + "keywords": [ + "vscode", + "visual studio code", + "webview", + "extension", + "ui", + "components", + "web components", + "react" + ] }