This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
export type AnalyzerOptions = ValidatorOptions ;
4
4
export type ReporterSettings = {
Original file line number Diff line number Diff line change 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
2
2
3
3
import { w3cHtmlValidator } from 'w3c-html-validator' ;
4
4
import PluginError from 'plugin-error' ;
Original file line number Diff line number Diff line change 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
2
2
3
3
var __importDefault = ( this && this . __importDefault ) || function ( mod ) {
4
4
return ( mod && mod . __esModule ) ? mod : { "default" : mod } ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gulp-w3c-html-validator" ,
3
- "version" : " 5.2.1 " ,
3
+ "version" : " 5.3.0 " ,
4
4
"description" : " Gulp plugin to validate HTML using the W3C Markup Validation Service" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments