Skip to content

Commit

Permalink
chore: enforce that maintainers property appears
Browse files Browse the repository at this point in the history
Next step is to make it minLength 1
  • Loading branch information
alexeagle committed Jan 24, 2024
1 parent e8c5009 commit 08ef856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
}
},
"additionalProperties": false,
"required": ["homepage", "versions"]
"required": ["homepage", "versions", "maintainers"]
}
3 changes: 2 additions & 1 deletion modules/toolchain_utils/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
],
"versions":[
"1.0.0-alpha.16"
]
],
"maintainers": []
}

0 comments on commit 08ef856

Please sign in to comment.