Skip to content

Commit

Permalink
Improve res definition for blacklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
simesy authored and alcohol committed Oct 15, 2019
1 parent 8aaacbf commit 9603211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/satis-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
},
"blacklist": {
"type": "object",
"description": "Packages and versions to exclude as blacklisted.",
"description": "This is a hash of package name (keys) and version constraints (values) to exclude after selecting packages.",
"minProperties": 1,
"additionalProperties": {
"type": "string",
"description": "A valid version constraint."
"description": "A valid version constraint"
}
},
"require-all": {
Expand Down

0 comments on commit 9603211

Please sign in to comment.