Skip to content

Commit 43d3b3a

Browse files
authored
Merge branch 'cdmoro:main' into main
2 parents c71cb2e + c56d688 commit 43d3b3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://cdmoro.github.io/bootstrap-vue-3/">
3-
<img src="https://raw.githubusercontent.com/cdmoro/bootstrap-vue-3/main/static/logo.png" width="300">
3+
<img src="https://raw.githubusercontent.com/cdmoro/bootstrap-vue-3/main/apps/docs/docs/.vuepress/public/logo.png" width="300">
44
</a>
55
</p>
66

@@ -61,7 +61,7 @@ This project is still in **alpha version** so there is a lot of work to do. If y
6161
- or better, a [pull request](https://github.com/cdmoro/bootstrap-vue-3/pulls)
6262
- or even better, visit [my patreon page](https://patreon.com/cdmoro) and support me 😄
6363

64-
Read [Contribution Guide](./CONTRIBUTION.md) on how to start helping
64+
Read our [Contribution Guide](https://github.com/cdmoro/bootstrap-vue-3/blob/main/CONTRIBUTING.md) on how to start helping
6565

6666
## One-time donations
6767

apps/playground/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This folder is for development
22

3-
This folder is a folder to test and debug bootstrap vue 3 components
3+
This folder simulates a user-like environment to test and debug bootstrap vue 3 components. It should not be used for developing components since it does not contain hot-reloading from ./packages/bootstrap-vue-3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"npm": ">=7.0.0",
2828
"node": ">=14.0.0"
2929
},
30-
"packageManager": "pnpm@7.6.0"
30+
"packageManager": "pnpm@7.7.0"
3131
}

0 commit comments

Comments
 (0)