Skip to content
This repository was archived by the owner on Feb 1, 2019. It is now read-only.

update dependencies #12

Merged
merged 2 commits into from
May 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/3-col-portfolio.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Start Bootstrap - 3 Col Portfolio (https://startbootstrap.com/template-overviews/3-col-portfolio)
* Copyright 2013-2017 Start Bootstrap
* Copyright 2013-2018 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio/blob/master/LICENSE)
*/

Expand Down
3,515 changes: 1,318 additions & 2,197 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "3 Col Portfolio",
"name": "startbootstrap-3-col-portfolio",
"version": "4.0.0",
"version": "4.1.1",
"description": "A three column portfolio HTML template built with Bootstrap",
"keywords": [
"css",
Expand All @@ -26,11 +26,11 @@
"url": "https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio.git"
},
"dependencies": {
"bootstrap": "4.0.0",
"bootstrap": "4.1.1",
"jquery": "3.3.1"
},
"devDependencies": {
"browser-sync": "2.23.6",
"browser-sync": "2.24.3",
"gulp": "^3.9.1"
}
}
Loading