From b428df4d6c54cea45726cf742c1332a6c06131e0 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Fri, 8 Jul 2022 17:09:45 -0700 Subject: [PATCH] New html validator output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [17:08:01] w3c-html-validator ✔ pass api-docs/output/index.html --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f3a6943..9f7e8d3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "fs-extra": "~10.1", "node-slate": "~3.0", "path": "~0.12", - "plugin-error": "~1.0", + "plugin-error": "~2.0", "through2": "~4.0" }, "devDependencies": { @@ -49,6 +49,6 @@ "jshint": "~2.13", "mocha": "~10.0", "string-to-stream": "~3.0", - "w3c-html-validator": "~1.0" + "w3c-html-validator": "~1.1" } }