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

Commit

Permalink
Release v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jul 19, 2023
1 parent 2a82e1c commit 345a3a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/html-validator.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! gulp-w3c-html-validator v5.2.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
//! gulp-w3c-html-validator v5.2.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License

export type AnalyzerOptions = ValidatorOptions;
export type ReporterSettings = {
Expand Down
2 changes: 1 addition & 1 deletion dist/html-validator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! gulp-w3c-html-validator v5.2.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
//! gulp-w3c-html-validator v5.2.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License

import { w3cHtmlValidator } from 'w3c-html-validator';
import PluginError from 'plugin-error';
Expand Down
2 changes: 1 addition & 1 deletion dist/html-validator.umd.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! gulp-w3c-html-validator v5.2.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
//! gulp-w3c-html-validator v5.2.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License

var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-w3c-html-validator",
"version": "5.2.0",
"version": "5.2.1",
"description": "Gulp plugin to validate HTML using the W3C Markup Validation Service",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 345a3a8

Please sign in to comment.