Skip to content

Commit c322cd5

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

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

projects/markdown/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@
55
"extends": "../../release.config.js"
66
},
77
"description": "A suite of markdown components and utilities.",
8+
"keywords": [
9+
"markdown",
10+
"web-components"
11+
],
812
"homepage": "https://NVIDIA.github.io/elements/",
913
"repository": {
1014
"type": "git",
11-
"url": "git+https://github.com/NVIDIA/elements.git"
15+
"url": "git+https://github.com/NVIDIA/elements.git",
16+
"directory": "projects/markdown"
1217
},
1318
"type": "module",
1419
"customElements": "dist/custom-elements.json",

0 commit comments

Comments
 (0)