@html-validate/eslint-config 5.5.6 → 5.5.8
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/cli.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
@@ -13871,7 +13871,7 @@ var require_package = __commonJS({
|
|
13871
13871
|
"package.json"(exports, module2) {
|
13872
13872
|
module2.exports = {
|
13873
13873
|
name: "@html-validate/eslint-config",
|
13874
|
-
version: "5.5.
|
13874
|
+
version: "5.5.6",
|
13875
13875
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
13876
13876
|
keywords: [
|
13877
13877
|
"eslint"
|
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@html-validate/eslint-config",
|
3
|
-
"version": "5.5.
|
3
|
+
"version": "5.5.8",
|
4
4
|
"description": "Eslint sharable config used by the various HTML-validate packages",
|
5
5
|
"keywords": [
|
6
6
|
"eslint"
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"publishConfig": {
|
61
61
|
"access": "public"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "0673b37ec2f6a6a2ff523b92c8d3d080e172d286"
|
64
64
|
}
|