Skip to content

Commit

Permalink
Fix a misnamed property in the options schema. (microsoft#4896)
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton authored Aug 21, 2024
1 parent 57df618 commit dfad78e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft-localization-typings-plugin",
"comment": "Fix a misnamed property in the options schema.",
"type": "patch"
}
],
"packageName": "@rushstack/heft-localization-typings-plugin"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "object",
"additionalProperties": false,
"properties": {
"exportAsDefaultOptions": {
"exportAsDefault": {
"oneOf": [
{
"type": "boolean"
Expand Down

0 comments on commit dfad78e

Please sign in to comment.