Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Mar 15, 2022
1 parent 1111c3f commit 7b6c5f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/w3c-html-validator.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! w3c-html-validator v1.0.2 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License
//! w3c-html-validator v1.0.3 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License

export declare type ValidatorOptions = {
html?: string;
Expand Down
4 changes: 2 additions & 2 deletions dist/w3c-html-validator.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//! w3c-html-validator v1.0.2 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License
//! w3c-html-validator v1.0.3 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License

import { readFileSync } from 'fs';
import chalk from 'chalk';
import log from 'fancy-log';
import request from 'superagent';
const w3cHtmlValidator = {
version: '1.0.2',
version: '1.0.3',
validate(options) {
const defaults = {
checkUrl: 'https://validator.w3.org/nu/',
Expand Down
4 changes: 2 additions & 2 deletions dist/w3c-html-validator.umd.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! w3c-html-validator v1.0.2 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License
//! w3c-html-validator v1.0.3 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License

var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
Expand All @@ -20,7 +20,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
const fancy_log_1 = __importDefault(require("fancy-log"));
const superagent_1 = __importDefault(require("superagent"));
const w3cHtmlValidator = {
version: '1.0.2',
version: '1.0.3',
validate(options) {
const defaults = {
checkUrl: 'https://validator.w3.org/nu/',
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "w3c-html-validator",
"version": "1.0.2",
"version": "1.0.3",
"description": "A package for testing HTML files or URLs against the W3C validator (written in TypeScript)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -83,12 +83,12 @@
"@types/glob": "~7.2",
"@types/node": "~17.0",
"@types/superagent": "~4.1",
"@typescript-eslint/eslint-plugin": "~5.14",
"@typescript-eslint/parser": "~5.14",
"@typescript-eslint/eslint-plugin": "~5.15",
"@typescript-eslint/parser": "~5.15",
"add-dist-header": "~0.1",
"assert-deep-strict-equal": "~1.0",
"cpy-cli": "~4.0",
"eslint": "~8.10",
"cpy-cli": "~4.1",
"eslint": "~8.11",
"jshint": "~2.13",
"merge-stream": "~2.0",
"mocha": "~9.2",
Expand Down

0 comments on commit 7b6c5f7

Please sign in to comment.