diff options
| author | Chris Rebert <[email protected]> | 2015-02-02 12:13:51 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-02 12:13:51 -0800 |
| commit | ccd859f3b164fedb1ec98b8efddb4f3916975b3d (patch) | |
| tree | 59ba93e1bda47b654d3a887038714b4ff3a81e53 /package.json | |
| parent | 33d8fde67cf9db663cc85b3990944109c5dcbe47 (diff) | |
| parent | 65a723b6024e443c9e5f9c2c0a49d2d8cdf69584 (diff) | |
| download | bootstrap-ccd859f3b164fedb1ec98b8efddb4f3916975b3d.tar.xz bootstrap-ccd859f3b164fedb1ec98b8efddb4f3916975b3d.zip | |
Merge pull request #15611 from twbs/switch_html_validators
Use local HTML validator to improve performance
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2c0366df0..a60e99ab4 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~3.0.0", "grunt-exec": "~0.4.6", - "grunt-html-validation": "~0.1.18", + "grunt-html": "~2.0.0", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~1.2.0", "grunt-saucelabs": "~8.5.0", |
