Skip to content

Commit

Permalink
fix(@angular/cli): remove project from required properties in ng-pa…
Browse files Browse the repository at this point in the history
…ckagr schema

Closes: #20246
  • Loading branch information
alan-agius4 committed Mar 11, 2021
1 parent 3fec85e commit d254d05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/angular/cli/lib/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2147,10 +2147,7 @@
"default": false
}
},
"additionalProperties": false,
"required": [
"project"
]
"additionalProperties": false
}
}
},
Expand Down

0 comments on commit d254d05

Please sign in to comment.