Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 49c59ae

Browse files
committed
Release v5.3.0
1 parent 5196822 commit 49c59ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/html-validator.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! gulp-w3c-html-validator v5.2.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
1+
//! gulp-w3c-html-validator v5.3.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
22

33
export type AnalyzerOptions = ValidatorOptions;
44
export type ReporterSettings = {

dist/html-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! gulp-w3c-html-validator v5.2.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
1+
//! gulp-w3c-html-validator v5.3.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
22

33
import { w3cHtmlValidator } from 'w3c-html-validator';
44
import PluginError from 'plugin-error';

dist/html-validator.umd.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! gulp-w3c-html-validator v5.2.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
1+
//! gulp-w3c-html-validator v5.3.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
22

33
var __importDefault = (this && this.__importDefault) || function (mod) {
44
return (mod && mod.__esModule) ? mod : { "default": mod };

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-w3c-html-validator",
3-
"version": "5.2.1",
3+
"version": "5.3.0",
44
"description": "Gulp plugin to validate HTML using the W3C Markup Validation Service",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)