Skip to content

Commit 1182721

Browse files
committed
fix(forms): package metadata
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent 0cbaadc commit 1182721

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

projects/forms/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@
55
"extends": "../../release.config.js"
66
},
77
"description": "Form control utilities and validation providing mixins, validators, and schema-based validation. Includes form association, event handling, and support for complex data types.",
8+
"keywords": [
9+
"forms",
10+
"validation",
11+
"web-components"
12+
],
813
"homepage": "https://NVIDIA.github.io/elements/",
914
"repository": {
1015
"type": "git",
11-
"url": "git+https://github.com/NVIDIA/elements.git"
16+
"url": "git+https://github.com/NVIDIA/elements.git",
17+
"directory": "projects/forms"
1218
},
1319
"type": "module",
1420
"customElements": "dist/custom-elements.json",

0 commit comments

Comments
 (0)