Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 21e81b4

Browse files
Update package.json metadata (#302)
Description of changes Includes minor updates to `package.json` metadata such as using the shorthand syntax for the author field and adding a keywords field.
1 parent f964d28 commit 21e81b4

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"description": "A component library for building webview-based extensions in Visual Studio Code.",
55
"homepage": "https://github.com/microsoft/vscode-webview-ui-toolkit#readme",
66
"license": "MIT",
7-
"author": {
8-
"name": "Microsoft Corporation"
9-
},
7+
"author": "Microsoft Corporation",
108
"bugs": {
119
"url": "https://github.com/microsoft/vscode-webview-ui-toolkit/issues"
1210
},
@@ -70,5 +68,15 @@
7068
"tslib": "^2.1.0",
7169
"typescript": "4.3.5",
7270
"webpack": "^4.46.0"
73-
}
71+
},
72+
"keywords": [
73+
"vscode",
74+
"visual studio code",
75+
"webview",
76+
"extension",
77+
"ui",
78+
"components",
79+
"web components",
80+
"react"
81+
]
7482
}

0 commit comments

Comments
 (0)