Skip to content

Commit

Permalink
update dependencies and dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed Sep 11, 2018
1 parent 86f5f9f commit 7528e64
Show file tree
Hide file tree
Showing 1,404 changed files with 4,134 additions and 3,256 deletions.
2 changes: 1 addition & 1 deletion css/resume.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Start Bootstrap - Resume v5.0.1 (https://startbootstrap.com/template-overviews/resume)
* Start Bootstrap - Resume v5.0.2 (https://startbootstrap.com/template-overviews/resume)
* Copyright 2013-2018 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion css/resume.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/resume.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Start Bootstrap - Resume v5.0.1 (https://startbootstrap.com/template-overviews/resume)
* Start Bootstrap - Resume v5.0.2 (https://startbootstrap.com/template-overviews/resume)
* Copyright 2013-2018 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
*/
Expand Down
689 changes: 231 additions & 458 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Resume",
"name": "startbootstrap-resume",
"version": "5.0.1",
"version": "5.0.2",
"description": "Resume is a simple, yet elegant resume and CV theme for Bootstrap 4.",
"keywords": [
"css",
Expand All @@ -26,14 +26,14 @@
"url": "https://github.com/BlackrockDigital/startbootstrap-resume.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"@fortawesome/fontawesome-free": "5.3.1",
"bootstrap": "4.1.3",
"jquery": "3.3.1"
},
"devDependencies": {
"browser-sync": "2.24.6",
"browser-sync": "2.24.7",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-autoprefixer": "6.0.0",
"gulp-clean-css": "3.10.0",
"gulp-header": "2.0.5",
"gulp-rename": "1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions vendor/fontawesome-free/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Font Awesome Free License

Font Awesome Free is free, open source, and GPL friendly. You can use it for
commercial projects, open source projects, or really almost whatever you want.
Full Font Awesome Free license: https://fontawesome.com/license.
Full Font Awesome Free license: https://fontawesome.com/license/free.

# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
Expand All @@ -24,7 +24,7 @@ attribution, so you shouldn't need to do anything additional when using these
files normally.

We've kept attribution comments terse, so we ask that you do not actively work
to remove them from files, especially code. They're a great way for folks to
to remove them from files, especially code. They're a great way for folks to
learn about Font Awesome.

# Brand Icons
Expand Down
Loading

0 comments on commit 7528e64

Please sign in to comment.