Skip to content

Commit c8aa092

Browse files
committed
VER: 1.0.1 => 1.1.0
1 parent 8e5015a commit c8aa092

File tree

2 files changed

+38
-33
lines changed

2 files changed

+38
-33
lines changed

package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@howbizarre/starter-template-vue-bootstrap-sass-typescript",
3-
"version": "1.0.1",
4-
"description": "This boilerplate is based on Vue 3 with Bootstrap 5 with TypeScript support. Bootstrap Icons and Vue Router have also been added.",
3+
"version": "1.1.0",
4+
"description": "This boilerplate is based on Vue 3 with Bootstrap 5. TypeScript support. New Bootstrap 5 feature for Dark and Light theme. Bootstrap Icons and Vue Router have also been added.",
55
"homepage": "https://bizarre.how/vue-bootstrap/",
66
"license": "CC-BY-4.0",
77
"repository": "github:@howbizarre/starter-template-vue-bootstrap-sass-typescript",
@@ -19,7 +19,12 @@
1919
"starter",
2020
"vue3",
2121
"bootstrap5",
22-
"sass"
22+
"sass",
23+
"theme",
24+
"dark",
25+
"dark theme",
26+
"vue 3",
27+
"bootstrap 5"
2328
],
2429
"scripts": {
2530
"dev": "vite",

0 commit comments

Comments
 (0)