Skip to content

Commit

Permalink
update dependency vulnerability and outdated README
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed Jul 25, 2018
1 parent a3e3e5e commit 0ab40d4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ After installation, run `npm install` and then run `gulp dev` which will open up

- `gulp` the default task that builds everything
- `gulp dev` browserSync opens the project in your default browser and live reloads when changes are made
- `gulp sass` compiles SCSS files into CSS
- `gulp minify-css` minifies the compiled CSS file
- `gulp minify-js` minifies the themes JS file
- `gulp copy` copies dependencies from node_modules to the vendor directory
- `gulp css` compiles SCSS files into CSS and minifies the compiled CSS
- `gulp js` minifies the themes JS file
- `gulp vendor` copies dependencies from node_modules to the vendor directory

## Bugs and Issues

Expand Down
2 changes: 1 addition & 1 deletion css/sb-admin.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Start Bootstrap - SB Admin v5.0.0 (https://startbootstrap.com/template-overviews/sb-admin)
* Start Bootstrap - SB Admin v5.0.1 (https://startbootstrap.com/template-overviews/sb-admin)
* Copyright 2013-2018 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion css/sb-admin.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/sb-admin.min.js

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

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "SB Admin",
"name": "startbootstrap-sb-admin",
"version": "5.0.0",
"version": "5.0.1",
"description": "A one page app landing page HTML theme for Bootstrap.",
"keywords": [
"css",
Expand Down

0 comments on commit 0ab40d4

Please sign in to comment.