Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 0f2bb6b

Browse files
committed
chore: updated package.json name, description, and keywords for better SEO and discovery
1 parent 60f4974 commit 0f2bb6b

File tree

1 file changed

+69
-4
lines changed

1 file changed

+69
-4
lines changed

packages/bootstrap-vue-next/package.json

Lines changed: 69 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-vue-next",
3-
"displayName": "BootstrapVueNext",
4-
"description": "Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript",
3+
"displayName": "BootstrapVue3",
4+
"description": "Bootstrap Vue 3 library is an early and lovely for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.",
55
"version": "0.9.22",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-next.umd.js",
@@ -103,8 +103,73 @@
103103
"bootstrap",
104104
"components",
105105
"typescript",
106-
"component-library",
107-
"bootstrap-vue-next"
106+
"javascript",
107+
"js",
108+
"library",
109+
"component library",
110+
"bootstrap-vue-next",
111+
"bootstrap-vue-3",
112+
"Bootstrap",
113+
"Nuxt",
114+
"Nuxtjs",
115+
"Nuxt 3",
116+
"Bootstrap 5",
117+
"Bootstrap v5",
118+
"Bootstrap for Vue",
119+
"Bootstrap for Vue 3",
120+
"Vue",
121+
"Vue.js",
122+
"Vue 3",
123+
"Vue v3",
124+
"SSR",
125+
"Web",
126+
"Directives",
127+
"ARIA",
128+
"Accessibility",
129+
"a11y",
130+
"CSS",
131+
"SCSS",
132+
"Alert",
133+
"Avatar",
134+
"Badge",
135+
"Breadcrumb",
136+
"Button",
137+
"Calendar",
138+
"Card",
139+
"Carousel",
140+
"Checkbox",
141+
"Collapse",
142+
"Collapse",
143+
"Date picker",
144+
"Datepicker",
145+
"Dropdown",
146+
"Dropzone",
147+
"Form",
148+
"Input",
149+
"Jumbotron",
150+
"List",
151+
"Modal",
152+
"Nav",
153+
"Navbar",
154+
"Option",
155+
"Overlay",
156+
"Pagination",
157+
"Popover",
158+
"Progress",
159+
"Radio",
160+
"Select",
161+
"Sidebar",
162+
"Skeleton",
163+
"Slider",
164+
"Spinner",
165+
"Tab",
166+
"Table",
167+
"Tag",
168+
"Tags",
169+
"Time picker",
170+
"Timepicker",
171+
"Toast",
172+
"Tooltip"
108173
],
109174
"lint-staged": {
110175
"*.{js,ts,vue}": "eslint --cache --fix",

0 commit comments

Comments
 (0)