Skip to content

Commit 8cc5120

Browse files
committed
Bootstrap 5.1.3
1 parent 98709ac commit 8cc5120

4 files changed

Lines changed: 86 additions & 86 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "MyFirstBootstrapWebsite",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/benabraham/bs5-static-site-starter"
77
},
88
"main": "index.js",
99
"devDependencies": {
1010
"autoprefixer": "^10.3.7",
11-
"bootstrap": "^5.1.2",
11+
"bootstrap": "^5.1.3",
1212
"browser-sync": "^2.27.5",
1313
"del": "^6.0.0",
1414
"esm": "^3.2.25",

src/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"bootstrapVersion": "5.1.2",
2+
"bootstrapVersion": "5.1.3",
33
"sampleColors": [
44
{
55
"name": "red",

src/templates/_base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{#
1212
<!-- Optional JavaScript -->
1313
<!-- Bootstrap JS first and your own script at the end -->
14-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-uWxY/CJNBR+1zjPWmfnSnVxwRheevXITnMqoEIeG1LJrdI0GlVs/9cVSyPYXdcSF" crossorigin="anonymous">
14+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
1515
<script src="js/custom.js"></script>
1616
#}
1717
</body>

0 commit comments

Comments
 (0)