Skip to content

Commit efa1a19

Browse files
harshlakharaalan-agius4
authored andcommitted
fix(@angular/cli): update regex to validate the project-name
1 parent f83a485 commit efa1a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/lib/config/workspace-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"projects": {
2424
"type": "object",
2525
"patternProperties": {
26-
"^(?:@[a-zA-Z0-9_-]+/)?[a-zA-Z0-9_-]+$": {
26+
"^(?:@[a-zA-Z0-9._-]+/)?[a-zA-Z0-9._-]+$": {
2727
"$ref": "#/definitions/project"
2828
}
2929
},

0 commit comments

Comments
 (0)