Skip to content

Commit

Permalink
fix(@angular/cli): update regex to validate the project-name
Browse files Browse the repository at this point in the history
  • Loading branch information
harshlakhara authored and alan-agius4 committed Jan 23, 2024
1 parent f83a485 commit efa1a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/cli/lib/config/workspace-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projects": {
"type": "object",
"patternProperties": {
"^(?:@[a-zA-Z0-9_-]+/)?[a-zA-Z0-9_-]+$": {
"^(?:@[a-zA-Z0-9._-]+/)?[a-zA-Z0-9._-]+$": {
"$ref": "#/definitions/project"
}
},
Expand Down

0 comments on commit efa1a19

Please sign in to comment.