Skip to content

Commit 3100182

Browse files
Kayla Altepetervikerman
Kayla Altepeter
authored andcommitted
fix(@angular/cli): change analytics type to boolean or string
1 parent c3651e4 commit 3100182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
}
6868
},
6969
"analytics": {
70-
"type": "boolean",
70+
"type": ["boolean", "string"],
7171
"description": "Share anonymous usage data with the Angular Team at Google."
7272
}
7373
},

0 commit comments

Comments
 (0)