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/cjs/core.js
CHANGED
|
@@ -3113,7 +3113,7 @@ var TRANSFORMER_API;
|
|
|
3113
3113
|
/** @public */
|
|
3114
3114
|
const name = "html-validate";
|
|
3115
3115
|
/** @public */
|
|
3116
|
-
const version = "
|
|
3116
|
+
const version = "7.0.0";
|
|
3117
3117
|
/** @public */
|
|
3118
3118
|
const homepage = "https://html-validate.org";
|
|
3119
3119
|
/** @public */
|