Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 3c24593

Browse files
committed
v0.16.3.
1 parent ac70cac commit 3c24593

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/browser/bootlint.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootlint v0.16.2 (https://github.com/twbs/bootlint)
2+
* Bootlint v0.16.3 (https://github.com/twbs/bootlint)
33
* HTML linter for Bootstrap projects
44
* Copyright (c) 2014-2019 The Bootlint Authors
55
* Licensed under the MIT License (https://github.com/twbs/bootlint/blob/master/LICENSE).
@@ -11975,7 +11975,7 @@ var LocationIndex = _location.LocationIndex;
1197511975
var NUM2SCREEN = ['xs', 'sm', 'md', 'lg'];
1197611976
var IN_NODE_JS = Boolean(cheerio.load);
1197711977
var MIN_JQUERY_VERSION = '1.9.1'; // as of Bootstrap v3.3.0
11978-
var CURRENT_BOOTSTRAP_VERSION = '3.4.0';
11978+
var CURRENT_BOOTSTRAP_VERSION = '3.4.1';
1197911979
var BOOTSTRAP_VERSION_4 = '4.0.0';
1198011980
var PLUGINS = [
1198111981
'affix',

dist/browser/bootlint.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/browser/bootlint.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootlint",
3-
"version": "0.16.2",
3+
"version": "0.16.3",
44
"description": "HTML linter for Bootstrap projects",
55
"license": "MIT",
66
"author": "Chris Rebert <[email protected]> (http://chrisrebert.com)",

0 commit comments

Comments
 (0)