Skip to content

Commit

Permalink
remove cli analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdo committed Feb 4, 2023
1 parent f4ed386 commit f40deb7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@
"options": {
"tsConfig": "projects/ng-hcaptcha/tsconfig.lib.json",
"project": "projects/ng-hcaptcha/ng-package.json"
}
, "configurations": {
},
"configurations": {
"production": {
"tsConfig": "projects/ng-hcaptcha/tsconfig.lib.prod.json"
}
}
},
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
Expand All @@ -145,8 +145,5 @@
}
}
}
},
"cli": {
"analytics": "46b9dd07-1eb5-4c70-a6b5-dae8a3c53810"
}
}
}

0 comments on commit f40deb7

Please sign in to comment.