Skip to content

Commit

Permalink
feature(upgrade): upgrade angular 12 -> 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiper34 committed Nov 6, 2022
1 parent b6bfa80 commit d237462
Show file tree
Hide file tree
Showing 8 changed files with 2,036 additions and 4,764 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
25 changes: 0 additions & 25 deletions angular.json
Expand Up @@ -103,19 +103,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 @@ -155,18 +142,6 @@
"tsConfig": "projects/ngx-simple-text-editor/tsconfig.spec.json",
"karmaConfig": "projects/ngx-simple-text-editor/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ngx-simple-text-editor/tsconfig.lib.json",
"projects/ngx-simple-text-editor/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}},
Expand Down

0 comments on commit d237462

Please sign in to comment.