aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2017-09-27 14:41:58 +0000
committerXhmikosR <[email protected]>2017-10-08 19:08:16 +0300
commit258507b756075ded64bc13ac6deb92e5dcebb7e5 (patch)
tree1c26672f37af445ab7cd5f01d71892853a75c64d /package.json
parent5e7a9afe35c2685d88bdb4a94c6718ac758f79b0 (diff)
downloadbootstrap-258507b756075ded64bc13ac6deb92e5dcebb7e5.tar.xz
bootstrap-258507b756075ded64bc13ac6deb92e5dcebb7e5.zip
Move from htmllint to Travis-only vnu.jar.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0b4958ff5..c7ed1ae5a 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"docs-compile": "bundle exec jekyll build",
"postdocs-compile": "npm run docs-workbox-precache",
"docs-github": "shx echo \"github: true\" > twbsconfig.yml && npm run docs-compile -- --config _config.yml,twbsconfig.yml && shx rm ./twbsconfig.yml",
- "docs-lint": "htmllint --rc build/.htmllintrc \"_gh_pages/**/*.html\" \"js/tests/**/*.html\"",
+ "docs-lint": "node build/htmllint.js",
"docs-serve": "bundle exec jekyll serve",
"docs-upload-preview": "build/upload-preview.sh",
"docs-workbox-precache": "node build/workbox.js",