Skip to content

Commit

Permalink
fix(create-analog): remove useless root property on angular.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Dec 6, 2024
1 parent e47ae82 commit e24f3aa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/create-analog/template-blog/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"projects": {
"blog": {
"projectType": "application",
"root": ".",
"sourceRoot": "src",
"prefix": "blog",
"architect": {
Expand Down
1 change: 0 additions & 1 deletion packages/create-analog/template-latest/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"projects": {
"my-app": {
"projectType": "application",
"root": ".",
"sourceRoot": "src",
"prefix": "app",
"architect": {
Expand Down
1 change: 0 additions & 1 deletion packages/create-analog/template-minimal/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"projects": {
"my-app": {
"projectType": "application",
"root": ".",
"sourceRoot": "src",
"prefix": "app",
"architect": {
Expand Down

0 comments on commit e24f3aa

Please sign in to comment.