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 b650db8 commit 54d915d
Show file tree
Hide file tree
Showing 8 changed files with 371 additions and 496 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,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-shop-item/blob/master/LICENSE) license.
Copyright 2013-2022 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-shop-item/blob/master/LICENSE) license.
2 changes: 1 addition & 1 deletion dist/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*!
* Start Bootstrap - Shop Item v5.0.4 (https://startbootstrap.com/template/shop-item)
* Copyright 2013-2021 Start Bootstrap
* Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-shop-item/blob/master/LICENSE)
*/
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h5 class="fw-bolder">Popular Item</h5>
</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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Start Bootstrap - Shop Item v5.0.4 (https://startbootstrap.com/template/shop-item)
* Copyright 2013-2021 Start Bootstrap
* Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-shop-item/blob/master/LICENSE)
*/
// This file is intentionally blank
Expand Down
841 changes: 358 additions & 483 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,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 54d915d

Please sign in to comment.