Skip to content

Commit d90f6ac

Browse files
Add support for allowUnusedPatches in package.json schema (SchemaStore#4780)
* Add support for allowUnusedPatches in package.json schema * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c474ddf commit d90f6ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/json/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,10 @@
11361136
"description": "When true, installation won't fail if some of the patches from the \"patchedDependencies\" field were not applied.",
11371137
"type": "boolean"
11381138
},
1139+
"allowUnusedPatches": {
1140+
"description": "When true, installation won't fail if some of the patches from the \"patchedDependencies\" field were not applied.",
1141+
"type": "boolean"
1142+
},
11391143
"updateConfig": {
11401144
"type": "object",
11411145
"properties": {

0 commit comments

Comments
 (0)