diff options
| author | Bardi Harborow <[email protected]> | 2017-09-27 14:41:58 +0000 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-08 19:08:16 +0300 |
| commit | 258507b756075ded64bc13ac6deb92e5dcebb7e5 (patch) | |
| tree | 1c26672f37af445ab7cd5f01d71892853a75c64d /package.json | |
| parent | 5e7a9afe35c2685d88bdb4a94c6718ac758f79b0 (diff) | |
| download | bootstrap-258507b756075ded64bc13ac6deb92e5dcebb7e5.tar.xz bootstrap-258507b756075ded64bc13ac6deb92e5dcebb7e5.zip | |
Move from htmllint to Travis-only vnu.jar.
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 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", |
