Skip to content

Commit 16675f2

Browse files
committed
fix(styles): package metadata
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent ebe24ce commit 16675f2

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

projects/styles/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,21 @@
55
"extends": "../../release.config.js"
66
},
77
"description": "Core CSS foundation for the Elements design system, providing layout utilities, typography styles, and view transitions.",
8+
"keywords": [
9+
"css",
10+
"layout",
11+
"typography"
12+
],
813
"homepage": "https://NVIDIA.github.io/elements/",
914
"customElements": "dist/custom-elements.json",
1015
"repository": {
1116
"type": "git",
12-
"url": "git+https://github.com/NVIDIA/elements.git"
17+
"url": "git+https://github.com/NVIDIA/elements.git",
18+
"directory": "projects/styles"
1319
},
20+
"sideEffects": [
21+
"./dist/**/*.css"
22+
],
1423
"type": "module",
1524
"contributes": {
1625
"html": {

0 commit comments

Comments
 (0)