We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2586a commit 8ebb754Copy full SHA for 8ebb754
packages/angular/cli/lib/config/workspace-schema.json
@@ -23,7 +23,7 @@
23
"projects": {
24
"type": "object",
25
"patternProperties": {
26
- "^(?:@[a-zA-Z0-9_-]+/)?[a-zA-Z0-9_-]+$": {
+ "^(?:@[a-zA-Z0-9._-]+/)?[a-zA-Z0-9._-]+$": {
27
"$ref": "#/definitions/project"
28
}
29
},
0 commit comments