@evilmartians/lefthook-installer 1.13.2 → 1.13.4
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/README.md +1 -1
- package/package.json +1 -1
- package/schema.json +7 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -159,6 +159,12 @@
|
|
|
159
159
|
},
|
|
160
160
|
"type": "array"
|
|
161
161
|
},
|
|
162
|
+
"exclude": {
|
|
163
|
+
"items": {
|
|
164
|
+
"type": "string"
|
|
165
|
+
},
|
|
166
|
+
"type": "array"
|
|
167
|
+
},
|
|
162
168
|
"skip": {
|
|
163
169
|
"oneOf": [
|
|
164
170
|
{
|
|
@@ -420,7 +426,7 @@
|
|
|
420
426
|
"type": "object"
|
|
421
427
|
}
|
|
422
428
|
},
|
|
423
|
-
"$comment": "Last updated on 2025.09.
|
|
429
|
+
"$comment": "Last updated on 2025.09.23.",
|
|
424
430
|
"properties": {
|
|
425
431
|
"min_version": {
|
|
426
432
|
"type": "string",
|