We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5785fb commit c322cd5Copy full SHA for c322cd5
1 file changed
projects/markdown/package.json
@@ -5,10 +5,15 @@
5
"extends": "../../release.config.js"
6
},
7
"description": "A suite of markdown components and utilities.",
8
+ "keywords": [
9
+ "markdown",
10
+ "web-components"
11
+ ],
12
"homepage": "https://NVIDIA.github.io/elements/",
13
"repository": {
14
"type": "git",
- "url": "git+https://github.com/NVIDIA/elements.git"
15
+ "url": "git+https://github.com/NVIDIA/elements.git",
16
+ "directory": "projects/markdown"
17
18
"type": "module",
19
"customElements": "dist/custom-elements.json",
0 commit comments