Skip to content

Commit 7f2c44d

Browse files
authored
fix: pnpm-workspace allow packages array to be empty (SchemaStore#4642)
1 parent 4195cc1 commit 7f2c44d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/schemas/json/pnpm-workspace.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"packages": {
6868
"description": "Workspace package paths. Glob patterns are supported",
6969
"type": "array",
70-
"minItems": 1,
7170
"uniqueItems": true,
7271
"items": {
7372
"type": "string"

0 commit comments

Comments
 (0)