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/es/core.js
CHANGED
|
@@ -13313,7 +13313,7 @@ class HtmlValidate {
|
|
|
13313
13313
|
}
|
|
13314
13314
|
|
|
13315
13315
|
const name = "html-validate";
|
|
13316
|
-
const version = "9.1.
|
|
13316
|
+
const version = "9.1.3";
|
|
13317
13317
|
const bugs = "https://gitlab.com/html-validate/html-validate/issues/new";
|
|
13318
13318
|
|
|
13319
13319
|
function definePlugin(plugin) {
|