Skip to content

Commit 8ebb754

Browse files
harshlakharaalan-agius4
authored andcommitted
fix(@angular/cli): update regex to validate the project-name
(cherry picked from commit efa1a19)
1 parent 4e2586a commit 8ebb754

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)