XhmikosR
399663176c
app.js: Remove redundant function.
2018-12-28 17:34:55 +02:00
XhmikosR
bcedd72017
Reformat tests and move the stylesheet after the title.
2018-12-28 17:34:22 +02:00
XhmikosR
26647165c8
Switch to the qunit npm package.
...
Also updates QUnit to v2.8.0.
2018-12-28 17:34:22 +02:00
XhmikosR
71264f5ed3
Update QUnit to v2.4.1.
2018-12-28 17:34:22 +02:00
XhmikosR
0d5abb5e76
Update QUnit to v1.23.1.
2018-12-28 17:34:22 +02:00
XhmikosR
fdf15ea979
Use jQuery and QUnit from npm.
...
Reduces the files we have to maintain.
2018-12-28 17:34:22 +02:00
XhmikosR
d628395174
app.js: replace the deprecate `util._extend` with `Object.assign`.
2018-12-28 16:07:49 +02:00
XhmikosR
ecd17016db
Update devDependencies.
2018-12-28 15:13:58 +02:00
XhmikosR
0f2e183db6
Update devDependencies.
2018-11-07 23:00:14 +02:00
XhmikosR
9ba775bb3f
Minor lint tweaks.
2018-10-17 20:19:10 +03:00
XhmikosR
3257dff561
Clean up ESLint options.
2018-10-17 20:05:46 +03:00
XhmikosR
b9fcc33735
npm scripts: Add `build` as an alias to `browserify`.
2018-10-17 18:33:23 +03:00
XhmikosR
0c58063d33
Update devDependencies.
2018-10-17 18:12:46 +03:00
XhmikosR
bada9b904e
Update .travis.yml
...
* don't specify dist: trusty since it's the default
* disable notifications
* fix Bootstrap's 3 branch; it's master now
2018-10-17 18:12:46 +03:00
XhmikosR
94f545e518
Simplify .gitattributes.
2018-10-17 18:01:35 +03:00
XhmikosR
bb8a2264eb
v0.15.1.
2018-09-18 14:20:59 +03:00
XhmikosR
ad749722aa
v0.15.0.
2018-09-18 11:42:05 +03:00
XhmikosR
1fcffcc9d9
Travis CI: remove `npm@5` installation.
...
This isn't needed.
2018-09-18 11:42:05 +03:00
XhmikosR
d00b0a5018
Update README.md
2018-09-18 11:42:04 +03:00
XhmikosR
2a66e10022
package.json: make files section stricter.
2018-09-18 11:42:04 +03:00
XhmikosR
b2550dae1f
Update dependencies.
2018-09-18 11:42:04 +03:00
XhmikosR
186b5efdbb
Go back to cheerio 0.22.0.
2018-09-18 11:25:55 +03:00
XhmikosR
1c5c0f5a33
Change BootstrapCDN link to the new StackPath one.
2018-09-14 22:22:58 +03:00
Christian Oliff
a3eeabf4b5
HTTPS link to bootlint.com
2018-09-14 22:09:42 +03:00
XhmikosR
8644183cbf
Bump year.
2018-07-10 03:18:23 +03:00
XhmikosR
8f95633ff8
Move ESLint options to config files.
2018-07-10 03:18:23 +03:00
XhmikosR
2153371979
Travis: only run coveralls for node.js 10.
2018-07-10 03:18:23 +03:00
XhmikosR
e6ff886378
test/fixtures/charset/not-utf8.html: Use the same assets as the other tests.
2018-07-10 03:18:23 +03:00
XhmikosR
da0742d704
Update dependencies including cheerio.
2018-07-10 03:18:23 +03:00
XhmikosR
a651e9dc60
Remove BOM markers.
2018-07-10 03:18:23 +03:00
XhmikosR
3d19d576a4
Update dependencies except for cheerio.
2018-07-02 12:10:27 +03:00
XhmikosR
c3d51f9540
dist.
2018-05-20 10:03:34 +03:00
XhmikosR
1e2d460cd0
Tweak ESLint rules.
2018-05-20 10:03:34 +03:00
XhmikosR
4046cf7479
Rename .eslintrc to .eslintrc.json.
2018-05-20 10:03:34 +03:00
XhmikosR
2d8ea4daaf
Partially revert ea98539
.
2018-05-20 10:03:33 +03:00
XhmikosR
5809200173
Travis CI: add Node.js 10.
2018-05-20 10:03:33 +03:00
XhmikosR
a1c3196378
Update dependencies.
2018-05-20 10:03:33 +03:00
XhmikosR
c63106a753
dist
2018-04-06 03:19:04 +03:00
XhmikosR
ea98539ba4
Update dependencies and run with all threads on Travis.
2018-04-06 03:17:12 +03:00
XhmikosR
6863fc593c
README.md: fix david-dm devDeps badge.
2017-12-22 19:29:53 +02:00
XhmikosR
0081f5825e
Normalize package.json.
2017-11-29 12:48:31 +02:00
Johann-S
f62a1fbe48
ES6-ify our node.js scripts.
2017-11-22 13:35:49 +02:00
tclindner
4ca78706a6
Fix cli_test.js silently failing.
...
The `console.log` stub needs to be restored.
2017-11-22 13:35:49 +02:00
XhmikosR
4fab68f589
Remove Grunt and switch to npm scripts.
2017-11-22 13:35:49 +02:00
XhmikosR
16f427b6ef
Remove datetime and datetime-local references.
...
Fixes #375 .
2017-11-21 07:23:30 +02:00
XhmikosR
0fbb7b2311
Use https when possible.
2017-11-21 07:22:46 +02:00
XhmikosR
f1280887b4
tests: Switch to lowercase doctype and remove unneeded end tags.
...
Also fix HTML validation errors.
2017-11-21 07:22:17 +02:00
Johann-S
69b60976e8
Make node.js 6 the minimum supported version.
2017-11-21 07:22:05 +02:00
tclindner
814764a4bd
Update in the browser readme section ( #407 )
...
Discuss benefits
Add how to install the bookmarklet
Add how to use the bookmarklet
2017-08-11 17:31:42 +03:00
Chris Barr
1ae21a4fdb
#366 - 2 new lint checks: disallow pull-left/right on .row and .col-*-* classes ( #367 )
...
* Add 2 new errors - A fix for issue #366 : disallow pull-left/right on .row and .col-*-* classes
* Fixing to make this report for each occurrence in a file
* Removing unneeded loops
* Now also disallowing `style="float:left;"` and `style="float:right;"` on grid rows and columns.
2017-08-11 14:50:36 +03:00