Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed Mar 22, 2022
1 parent d2ec2b7 commit 69be07e
Show file tree
Hide file tree
Showing 8 changed files with 353 additions and 484 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2021 Start Bootstrap LLC
Copyright (c) 2013-2022 Start Bootstrap LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -64,4 +64,4 @@ Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework

## Copyright and License

Copyright 2013-2021 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-full-width-pics/blob/master/LICENSE) license.
Copyright 2013-2022 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-full-width-pics/blob/master/LICENSE) license.
2 changes: 1 addition & 1 deletion dist/css/styles.css
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*!
* Start Bootstrap - Full Width Pics v5.0.4 (https://startbootstrap.com/template/full-width-pics)
* Copyright 2013-2021 Start Bootstrap
* Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-full-width-pics/blob/master/LICENSE)
*/
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Expand Up @@ -65,7 +65,7 @@ <h2>Engaging Background Images</h2>
</section>
<!-- Footer-->
<footer class="py-5 bg-dark">
<div class="container"><p class="m-0 text-center text-white">Copyright &copy; Your Website 2021</p></div>
<div class="container"><p class="m-0 text-center text-white">Copyright &copy; Your Website 2022</p></div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion dist/js/scripts.js
@@ -1,6 +1,6 @@
/*!
* Start Bootstrap - Full Width Pics v5.0.4 (https://startbootstrap.com/template/full-width-pics)
* Copyright 2013-2021 Start Bootstrap
* Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-full-width-pics/blob/master/LICENSE)
*/
// This file is intentionally blank
Expand Down
811 changes: 340 additions & 471 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -39,15 +39,15 @@
"bootstrap": "5.1.3"
},
"devDependencies": {
"autoprefixer": "10.3.7",
"browser-sync": "2.27.5",
"chokidar": "3.5.2",
"autoprefixer": "10.4.4",
"browser-sync": "2.27.9",
"chokidar": "3.5.3",
"concurrently": "6.3.0",
"postcss": "8.3.9",
"prettier": "2.4.1",
"postcss": "8.4.12",
"prettier": "2.6.0",
"pug": "3.0.2",
"sass": "1.43.2",
"shelljs": "0.8.4",
"sass": "1.49.9",
"shelljs": "0.8.5",
"upath": "2.0.1"
}
}
2 changes: 1 addition & 1 deletion src/pug/index.pug
Expand Up @@ -68,7 +68,7 @@ html(lang='en')
// Footer
footer.py-5.bg-dark
.container
p.m-0.text-center.text-white Copyright &copy; Your Website 2021
p.m-0.text-center.text-white Copyright &copy; Your Website 2022

// Bootstrap core JS
script(src='https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js')
Expand Down

0 comments on commit 69be07e

Please sign in to comment.