Skip to content

Commit bbd8b8c

Browse files
committed
fix(core): package metadata
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent ffb19c5 commit bbd8b8c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

projects/core/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": "The Design Language for AI/ML Factories Building at the Speed of Light. Provides a set of accessible and themeable UI elements.",
8+
"keywords": [
9+
"web-components",
10+
"design-system",
11+
"ui-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/core"
1218
},
1319
"type": "module",
1420
"customElements": "dist/custom-elements.json",

0 commit comments

Comments
 (0)