Skip to content

Commit

Permalink
fix: require at least one product to be defined in manifest.schema.js…
Browse files Browse the repository at this point in the history
…on (#82)
  • Loading branch information
bfish510 authored Jun 3, 2024
1 parent eb821c4 commit 7816348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/manifest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"uniqueItems": true,
"items": {
"type": "string"
}
},
"minItems": 1
},
"keywords": {
"type": "array",
Expand Down

0 comments on commit 7816348

Please sign in to comment.