Skip to content

Commit

Permalink
Merge pull request #59 from Guite/4
Browse files Browse the repository at this point in the history
Updated to version 4.4.1
  • Loading branch information
Guite authored Jan 8, 2020
2 parents 9487105 + ba06861 commit 9833132
Show file tree
Hide file tree
Showing 25 changed files with 1,414 additions and 844 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Bootstrap
=========

Shim repository for [Bootstrap](http://getbootstrap.com).
Shim repository for [Bootstrap](https://getbootstrap.com).

This package just provides the basic Bootstrap JavaScript in the package. This
means that although the stylesheets are there, you will be required to provide
your own means of including the styles. If you aim to use the default Bootstrap
styles, then you could use the [components/bootstrap-default](http://github.com/components/bootstrap-default)
styles, then you could use the [components/bootstrap-default](https://github.com/components/bootstrap-default)
package for that.

Package Managers
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "components-bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"homepage": "http://getbootstrap.com",
"homepage": "https://getbootstrap.com",
"keywords": [
"css",
"less",
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "components-bootstrap",
"repo": "components/bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"homepage": "http://getbootstrap.com",
"version": "4.3.1",
"homepage": "https://getbootstrap.com",
"version": "4.4.1",
"keywords": [
"css",
"sass",
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"framework",
"web"
],
"homepage": "http://getbootstrap.com",
"homepage": "https://getbootstrap.com",
"license": "MIT",
"authors": [
{
Expand All @@ -33,6 +33,7 @@
],
"files": [
"js/*.js",
"js/*.map",
"css/*.css",
"css/*.map"
],
Expand Down
184 changes: 182 additions & 2 deletions css/bootstrap-grid.css

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

2 changes: 1 addition & 1 deletion css/bootstrap-grid.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/bootstrap-grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-grid.min.css.map

Large diffs are not rendered by default.

12 changes: 4 additions & 8 deletions css/bootstrap-reboot.css

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

2 changes: 1 addition & 1 deletion css/bootstrap-reboot.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/bootstrap-reboot.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 css/bootstrap-reboot.min.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 9833132

Please sign in to comment.