Skip to content

Commit 3e76824

Browse files
committed
fix(lib): upgraded angular deps
1 parent dbe4872 commit 3e76824

File tree

7 files changed

+3253
-8394
lines changed

7 files changed

+3253
-8394
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ speed-measure-plugin*.json
3232
.history/*
3333

3434
# misc
35+
/.angular/cache
3536
/.sass-cache
3637
/connect.lock
3738
/coverage

angular.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"optimization": true,
5656
"outputHashing": "all",
5757
"sourceMap": false,
58-
"extractCss": true,
5958
"namedChunks": false,
6059
"extractLicenses": true,
6160
"vendorChunk": false,
@@ -111,19 +110,6 @@
111110
"scripts": []
112111
}
113112
},
114-
"lint": {
115-
"builder": "@angular-devkit/build-angular:tslint",
116-
"options": {
117-
"tsConfig": [
118-
"tsconfig.app.json",
119-
"tsconfig.spec.json",
120-
"e2e/tsconfig.json"
121-
],
122-
"exclude": [
123-
"**/node_modules/**"
124-
]
125-
}
126-
},
127113
"e2e": {
128114
"builder": "@angular-devkit/build-angular:protractor",
129115
"options": {
@@ -217,18 +203,6 @@
217203
"tsConfig": "projects/angular-material-extensions/password-strength/tsconfig.spec.json",
218204
"karmaConfig": "projects/angular-material-extensions/password-strength/karma.conf.js"
219205
}
220-
},
221-
"lint": {
222-
"builder": "@angular-devkit/build-angular:tslint",
223-
"options": {
224-
"tsConfig": [
225-
"projects/angular-material-extensions/password-strength/tsconfig.lib.json",
226-
"projects/angular-material-extensions/password-strength/tsconfig.spec.json"
227-
],
228-
"exclude": [
229-
"**/node_modules/**"
230-
]
231-
}
232206
}
233207
}
234208
}

0 commit comments

Comments
 (0)