Skip to content

Commit

Permalink
fix(lib): upgraded angular deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 5, 2021
1 parent dbe4872 commit 3e76824
Show file tree
Hide file tree
Showing 7 changed files with 3,253 additions and 8,394 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 @@ -55,7 +55,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down Expand Up @@ -111,19 +110,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 @@ -217,18 +203,6 @@
"tsConfig": "projects/angular-material-extensions/password-strength/tsconfig.spec.json",
"karmaConfig": "projects/angular-material-extensions/password-strength/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/angular-material-extensions/password-strength/tsconfig.lib.json",
"projects/angular-material-extensions/password-strength/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
Loading

0 comments on commit 3e76824

Please sign in to comment.