Skip to content

Commit

Permalink
Merge pull request #64 from coliff/4.1.3
Browse files Browse the repository at this point in the history
update to 4.1.3
  • Loading branch information
coliff committed Jul 25, 2018
2 parents 040d333 + c80ad0b commit 8d9cc19
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"selector-list-comma-newline-before": "never-multi-line",
"selector-list-comma-space-after": "always-single-line",
"selector-list-comma-space-before": "never-single-line",
"selector-pseudo-class-blacklist": ["valid", "invalid", "required"],
"selector-max-attribute": 2,
"selector-max-class": 4,
"selector-max-combinators": 4,
Expand Down
2 changes: 1 addition & 1 deletion css/bootstrap-ie8.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Bootstrap 4 for IE8 - v4.1.2 */
/* Bootstrap 4 for IE8 - v4.1.3 */
/* https://github.com/coliff/bootstrap-ie8 */

* {
Expand Down
2 changes: 1 addition & 1 deletion css/bootstrap-ie9.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Bootstrap 4 for IE9 - v4.1.2 */
/* Bootstrap 4 for IE9 - v4.1.3 */
/* https://github.com/coliff/bootstrap-ie8 */

.card-group .card,
Expand Down
2 changes: 1 addition & 1 deletion js/bootstrap-ie8.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Bootstrap 4 for IE8 - v4.1.2 */
/* Bootstrap 4 for IE8 - v4.1.3 */
/* https://github.com/coliff/bootstrap-ie8 */

// create the nodeType constants if the Node object is not defined
Expand Down
2 changes: 1 addition & 1 deletion js/bootstrap-ie9.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Bootstrap 4 for IE9 - v4.1.2 */
/* Bootstrap 4 for IE9 - v4.1.3 */
/* https://github.com/coliff/bootstrap-ie8 */

// adds classList support (as Array) to Element.prototype for IE8-9
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-ie8",
"version": "4.1.2",
"version": "4.1.3",
"description": "Bootstrap 4 for IE8 and IE9",
"main": "css/bootstrap-ie8.css",
"scripts": {
Expand Down

0 comments on commit 8d9cc19

Please sign in to comment.