Skip to content

Commit f8e29f4

Browse files
committed
added keywords
1 parent 01cecba commit f8e29f4

File tree

2 files changed

+52
-47
lines changed

2 files changed

+52
-47
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

package.json

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,61 @@
11
{
22
"name": "@capsuleui/core",
3-
"version": "1.2.4",
3+
"version": "1.2.6",
44
"description": "CapsuleUI: Native Web Components, unstyled by design. Build your own design system on a solid foundation. Like shadcn, for the web platform.",
55
"author": "ZiZIGY",
66
"license": "MIT",
77
"type": "module",
88
"bin": "./dist/cli.js",
9-
"keywords": [],
9+
"keywords": [
10+
"web-components",
11+
"custom-elements",
12+
"ui-components",
13+
"design-system",
14+
"component-library",
15+
"unstyled",
16+
"shadcn",
17+
"lit-element",
18+
"frontend",
19+
"ui-library",
20+
"capsuleui",
21+
"components",
22+
"ui",
23+
"css-components",
24+
"form-components",
25+
"button",
26+
"input",
27+
"textarea",
28+
"radio",
29+
"checkbox",
30+
"select",
31+
"dropdown",
32+
"modal",
33+
"dialog",
34+
"tooltip",
35+
"accordion",
36+
"tabs",
37+
"pagination",
38+
"calendar",
39+
"datepicker",
40+
"slider",
41+
"range",
42+
"progress",
43+
"badge",
44+
"alert",
45+
"notification",
46+
"breadcrumb",
47+
"stepper",
48+
"rating",
49+
"accessibility",
50+
"a11y",
51+
"wcag",
52+
"typescript",
53+
"vanilla-js",
54+
"framework-agnostic",
55+
"headless",
56+
"copy-to-clipboard",
57+
"cli-tool"
58+
],
1059
"repository": {
1160
"type": "git",
1261
"url": "git+https://github.com/ZiZIGY/CapsuleUI.git"
@@ -55,7 +104,6 @@
55104
"vitepress": "^1.6.3"
56105
},
57106
"publishConfig": {
58-
"access": "public",
59-
"registry": "https://npm.pkg.github.com"
107+
"access": "public"
60108
}
61109
}

0 commit comments

Comments
 (0)