Skip to content

Commit

Permalink
feat: 🎸 upgrade to ngv13
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Peer dep of v13
  • Loading branch information
NetanelBasal committed Nov 24, 2021
1 parent ab91cf3 commit b555618
Show file tree
Hide file tree
Showing 16 changed files with 2,302 additions and 3,862 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
17 changes: 0 additions & 17 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"],
"exclude": ["**/node_modules/**"]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand Down Expand Up @@ -138,16 +131,6 @@
"tsConfig": "projects/ngneat/error-tailor/tsconfig.spec.json",
"karmaConfig": "projects/ngneat/error-tailor/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ngneat/error-tailor/tsconfig.lib.json",
"projects/ngneat/error-tailor/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
}
}
}
}
Expand Down
Loading

0 comments on commit b555618

Please sign in to comment.