From 60d71bb92590031926943f03bccbcc48707e13d2 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Tue, 30 Apr 2024 12:19:40 -0600 Subject: [PATCH] Don't specify analytics value --- angular.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/angular.json b/angular.json index ff3d7631..95f0601a 100644 --- a/angular.json +++ b/angular.json @@ -143,7 +143,6 @@ "schematicCollections": [ "@cypress/schematic", "@schematics/angular" - ], - "analytics": false + ] } -} \ No newline at end of file +}