Skip to content

Commit

Permalink
Merge pull request #263 from StartBootstrap/develop
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
davidtmiller authored Jun 4, 2021
2 parents a608efb + 54da921 commit ebdcd2f
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion dist/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Start Bootstrap - Resume v7.0.0 (https://startbootstrap.com/theme/resume)
* Start Bootstrap - Resume v7.0.1 (https://startbootstrap.com/theme/resume)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/scripts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Start Bootstrap - Resume v7.0.0 (https://startbootstrap.com/theme/resume)
* Start Bootstrap - Resume v7.0.1 (https://startbootstrap.com/theme/resume)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE)
*/
Expand Down
94 changes: 47 additions & 47 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Resume",
"name": "startbootstrap-resume",
"version": "7.0.0",
"version": "7.0.1",
"scripts": {
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
"build:assets": "node scripts/build-assets.js",
Expand Down Expand Up @@ -39,14 +39,14 @@
"bootstrap": "5.0.1"
},
"devDependencies": {
"autoprefixer": "10.2.5",
"autoprefixer": "10.2.6",
"browser-sync": "2.26.14",
"chokidar": "3.5.1",
"concurrently": "6.1.0",
"postcss": "8.2.15",
"concurrently": "6.2.0",
"postcss": "8.3.0",
"prettier": "2.3.0",
"pug": "3.0.2",
"sass": "1.32.13",
"sass": "1.34.1",
"shelljs": "0.8.4",
"upath": "2.0.1"
}
Expand Down

0 comments on commit ebdcd2f

Please sign in to comment.