aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-29 11:15:43 -0700
committerMark Otto <[email protected]>2017-05-29 23:32:28 -0700
commit4d2570d0383da92b22cc136987f041412c4d20a3 (patch)
tree00d5f77a41d6bd8179a10297a297427485eb3b58 /package.json
parentd326df63f22a2192e29685b607c65704eab3acbf (diff)
downloadbootstrap-4d2570d0383da92b22cc136987f041412c4d20a3.tar.xz
bootstrap-4d2570d0383da92b22cc136987f041412c4d20a3.zip
drop htmlhint given htmllint gives us most of the coverage we need here
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index ff331185f..8816c1bd1 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"js-launch-cloud": "ruby -r webrick -e \"s = WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd, :Logger => WEBrick::Log.new('/dev/null'), :AccessLog => []); trap('INT') { s.shutdown }; s.start\" & grunt saucelabs-qunit",
"js-test-cloud": "npm-run-all js-test-dep js-launch-cloud",
"docs": "npm-run-all docs-compile docs-lint",
- "docs-lint": "htmlhint --config build/.htmlhintrc _gh_pages/ js/tests/visual/ && htmllint --rc build/.htmllintrc _gh_pages/*.html _gh_pages/**/*.html js/tests/visual/*.html",
+ "docs-lint": "htmllint --rc build/.htmllintrc _gh_pages/*.html _gh_pages/**/*.html js/tests/visual/*.html",
"docs-compile": "bundle exec jekyll build",
"docs-serve": "bundle exec jekyll serve",
"docs-github": "shx echo 'github: true' > $npm_config_tmp/twbsconfig.yml && npm run docs-compile -- --config _config.yml,$npm_config_tmp/twbsconfig.yml && shx rm $npm_config_tmp/twbsconfig.yml",
@@ -80,7 +80,6 @@
"babel-preset-es2015": "^7.0.0-alpha.7",
"clean-css-cli": "^4.0.12",
"eslint": "^3.19.0",
- "htmlhint": "^0.9.13",
"htmllint-cli": "^0.0.6",
"node-sass": "^4.5.2",
"nodemon": "^1.11.0",