Skip to content

Commit

Permalink
chore: upgrade to angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih committed Dec 19, 2023
1 parent d7a59a8 commit 8c1a508
Show file tree
Hide file tree
Showing 8 changed files with 15,684 additions and 12,408 deletions.
16 changes: 0 additions & 16 deletions .browserslistrc

This file was deleted.

10 changes: 6 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "pill-reminder:build:production"
"buildTarget": "pill-reminder:build:production"
},
"development": {
"browserTarget": "pill-reminder:build:development"
"buildTarget": "pill-reminder:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "pill-reminder:build"
"buildTarget": "pill-reminder:build"
}
},
"test": {
Expand All @@ -115,5 +115,7 @@
}
}
},
"defaultProject": "pill-reminder"
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 8c1a508

Please sign in to comment.