Skip to content

Commit f839633

Browse files
committed
angular 11 upgrade
1 parent 207e758 commit f839633

File tree

5 files changed

+10
-528
lines changed

5 files changed

+10
-528
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ testem.log
4545
# System Files
4646
.DS_Store
4747
Thumbs.db
48+
49+
.angular/cache

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"prefix": "lib",
132132
"architect": {
133133
"build": {
134-
"builder": "@angular-devkit/build-ng-packagr:build",
134+
"builder": "@angular-devkit/build-angular:ng-packagr",
135135
"options": {
136136
"tsConfig": "projects/fastcomments-angular/tsconfig.lib.json",
137137
"project": "projects/fastcomments-angular/ng-package.json"
@@ -165,4 +165,4 @@
165165
}
166166
}
167167
}
168-
}
168+
}

0 commit comments

Comments
 (0)