diff options
| author | Chris Rebert <[email protected]> | 2015-02-04 14:12:41 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-04 14:12:41 -0800 |
| commit | 7294506ebb482de0d865e5ef21dc518f89745570 (patch) | |
| tree | 2d58194a4f1cefe61feef89b04b59ae8651cbddc /package.json | |
| parent | cff2e21d372cb9a768f567f0b72ca4d83a57498d (diff) | |
| parent | 85ded1440cbcea332820f83327923708715ed7f4 (diff) | |
| download | bootstrap-7294506ebb482de0d865e5ef21dc518f89745570.tar.xz bootstrap-7294506ebb482de0d865e5ef21dc518f89745570.zip | |
Merge pull request #68 from twbs/v4-validation
Switch HTML validators
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 5cf0d04dd..b93e08f0a 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-postcss": "^0.3.0", |
