Skip to content

Commit cd94b2e

Browse files
committed
📝 Update package.json
1 parent 2df98cc commit cd94b2e

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

package.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,33 @@
2222
"./config": "./scss/config.scss"
2323
},
2424
"files": [
25-
"dist"
26-
]
25+
"dist/components",
26+
"src/env.d.ts",
27+
"scss",
28+
"public"
29+
],
30+
"license": "MIT",
31+
"description": "UI component and template library for Astro, Svelte, and React apps styled with Sass.",
32+
"keywords": [
33+
"webcore",
34+
"component",
35+
"components",
36+
"ui components",
37+
"component library",
38+
"astro components",
39+
"svelte components",
40+
"react components",
41+
"frontend",
42+
"library",
43+
"sass"
44+
],
45+
"homepage": "https://webcoreui.dev",
46+
"repository": {
47+
"type": "git",
48+
"url": "https://github.com/Frontendland/webcoreui"
49+
},
50+
"bugs": {
51+
"url": "https://github.com/Frontendland/webcoreui/issues"
52+
}
53+
2754
}

0 commit comments

Comments
 (0)