Skip to content

Commit

Permalink
fix(project): upgraded angular to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jan 10, 2022
1 parent eab9008 commit 2541667
Show file tree
Hide file tree
Showing 8 changed files with 3,570 additions and 5,050 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
26 changes: 0 additions & 26 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,20 +169,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json",
"tsconfig.server.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand Down Expand Up @@ -289,18 +275,6 @@
"tsConfig": "projects/ngx-long-press2/tsconfig.spec.json",
"karmaConfig": "projects/ngx-long-press2/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ngx-long-press2/tsconfig.lib.json",
"projects/ngx-long-press2/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
Loading

0 comments on commit 2541667

Please sign in to comment.