@html-validate/eslint-config 5.14.0 → 5.15.1
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 +2 -2
- package/dist/cli.js.map +1 -1
- package/index.js +1 -1
- package/package.json +3 -3
package/dist/cli.js
CHANGED
@@ -14164,7 +14164,7 @@ var require_package = __commonJS({
|
|
14164
14164
|
"package.json"(exports2, module2) {
|
14165
14165
|
module2.exports = {
|
14166
14166
|
name: "@html-validate/eslint-config",
|
14167
|
-
version: "5.
|
14167
|
+
version: "5.15.0",
|
14168
14168
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
14169
14169
|
keywords: [
|
14170
14170
|
"eslint"
|
@@ -14175,7 +14175,7 @@ var require_package = __commonJS({
|
|
14175
14175
|
},
|
14176
14176
|
repository: {
|
14177
14177
|
type: "git",
|
14178
|
-
url: "https://gitlab.com/html-validate/eslint-config.git",
|
14178
|
+
url: "git+https://gitlab.com/html-validate/eslint-config.git",
|
14179
14179
|
directory: "packages/eslint-config"
|
14180
14180
|
},
|
14181
14181
|
license: "MIT",
|