Skip to content

Commit e944368

Browse files
committed
Updated Bootstrap to version 3.4.1
1 parent 460a485 commit e944368

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ A Demo website of the Beautiful Gardens static website generator boilerplate is
5757

5858
## Changelog ##
5959

60+
### 1.2.0 ###
61+
* Updated Bootstrap to version 3.4.1
62+
6063
### 1.1.7 ###
6164
* Updated node modules
6265

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beautiful-gardens",
3-
"version": "1.1.7",
3+
"version": "1.2.0",
44
"description": "Static website generator boilerplate",
55
"main": "index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/lheisey/beautiful-gardens#readme",
2525
"devDependencies": {
26-
"bootstrap-sass": "^3.3.7",
26+
"bootstrap-sass": "^3.4.1",
2727
"browser-sync": "^2.26.3",
2828
"gulp": "^4.0.0",
2929
"gulp-autoprefixer": "^6.0.0",

src/scss/_bootstrap.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Bootstrap v3.3.7 (http://getbootstrap.com)
3-
* Copyright 2011-2016 Twitter, Inc.
2+
* Bootstrap v3.4.1 (https://getbootstrap.com/)
3+
* Copyright 2011-2019 Twitter, Inc.
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
66

0 commit comments

Comments
 (0)