html-validate 6.11.1 → 7.0.0
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 +3 -3
package/dist/es/core.js
CHANGED
|
@@ -3082,7 +3082,7 @@ var TRANSFORMER_API;
|
|
|
3082
3082
|
/** @public */
|
|
3083
3083
|
const name = "html-validate";
|
|
3084
3084
|
/** @public */
|
|
3085
|
-
const version = "
|
|
3085
|
+
const version = "7.0.0";
|
|
3086
3086
|
/** @public */
|
|
3087
3087
|
const homepage = "https://html-validate.org";
|
|
3088
3088
|
/** @public */
|