html-validate 9.1.2 → 9.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core.js +1 -1
- package/dist/cjs/core.js.map +1 -1
- package/dist/es/core.js +1 -1
- package/dist/es/core.js.map +1 -1
- package/package.json +2 -2
package/dist/cjs/core.js
CHANGED
|
@@ -13323,7 +13323,7 @@ class HtmlValidate {
|
|
|
13323
13323
|
}
|
|
13324
13324
|
|
|
13325
13325
|
const name = "html-validate";
|
|
13326
|
-
const version = "9.1.
|
|
13326
|
+
const version = "9.1.3";
|
|
13327
13327
|
const bugs = "https://gitlab.com/html-validate/html-validate/issues/new";
|
|
13328
13328
|
|
|
13329
13329
|
function definePlugin(plugin) {
|