summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSebastian Zenker <sebastian.zenker@gmx.de>2019-01-31 02:14:27 +0100
committerJames E. King III <jking@apache.org>2019-01-30 20:14:27 -0500
commit2ec93c8a2da2531755078ab6d5a65a96e26cf4c2 (patch)
tree728151bc50149339c955d7258f6cb4b7bd59bcad /package.json
parent4f7d93d8c35565fc9c5a43e4637505352c974c69 (diff)
downloadthrift-2ec93c8a2da2531755078ab6d5a65a96e26cf4c2.tar.gz
THRIFT-4763: HTML compiler produces invalid HTML document (#1720)
* HTML: the html generator did generate a closing </code> tag without a match <code> * THRIFT-4763: added HTML test and fixed up additional HTML generation issues
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 729e9bfc1..6393ee712 100644
--- a/package.json
+++ b/package.json
@@ -47,6 +47,7 @@
"eslint": "^5.7.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.0.0",
+ "html-validator-cli": "^4.1.4",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.5",
"json-int64": "^1.0.0",