Skip to content

Commit

Permalink
Update bs4.1.3 (#22)
Browse files Browse the repository at this point in the history
* updated via audit fix

* Updated Bootstrap version
  • Loading branch information
chauger authored and frodare committed Dec 11, 2018
1 parent e8b1448 commit a0fea47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ <h1 class="guide-title anim-text-flow">Style Guide</h1>
<h2 class="h2 uiguideTitle">ADD Style Guide</h2>
<p>This guide provides guidelines for UI elements, colors, and text for ADD web applications. The project is
based on
<a href="https://getbootstrap.com/docs/4.0/getting-started/introduction/" target="_blank"> Bootstrap 4.0 (BS4)
beta.</a> All BS4 helper classes and modifiers still apply.
<a href="https://getbootstrap.com/docs/4.1/getting-started/introduction/" target="_blank"> Bootstrap 4.1 (BS4).</a> All BS4 helper classes and modifiers still apply.
Some additional custom classes have also been added to this project and have been documented on their pages.
<br><br>
To Begin: Use the menu on the left to navigate to the sections of interest.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"author": "",
"license": "MIT",
"devDependencies": {
"bootstrap": "^4.1.0",
"bootstrap": "^4.1.3",
"node-sass": "^4.9.3",
"nodemon": "^1.18.4"
},
"peerDependencies": {
"bootstrap": "^4.1.0"
"bootstrap": "^4.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit a0fea47

Please sign in to comment.