Skip to content

Commit

Permalink
refactor: remove codelyzer, language-service, other Angular libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaktar committed Sep 23, 2019
1 parent 8f38b3c commit e3090d9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 257 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
"maximumWarning": "1mb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down
197 changes: 4 additions & 193 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-cli-static",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -14,13 +14,8 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~9.0.0-next.7",
"@angular/common": "~9.0.0-next.7",
"@angular/compiler": "~9.0.0-next.7",
"@angular/core": "~9.0.0-next.7",
"@angular/forms": "~9.0.0-next.7",
"@angular/platform-browser": "~9.0.0-next.7",
"@angular/platform-browser-dynamic": "~9.0.0-next.7",
"rxjs": "^6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
Expand All @@ -29,13 +24,11 @@
"@angular-devkit/build-angular": "~0.900.0-next.5",
"@angular/cli": "~9.0.0-next.5",
"@angular/compiler-cli": "~9.0.0-next.7",
"@angular/language-service": "~9.0.0-next.7",
"@types/node": "^12.7.5",
"codelyzer": "^5.1.0",
"npm-check": "~5.9.0",
"source-map-explorer": "^2.0.1",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
"typescript": "~3.5.3"
}
}
20 changes: 0 additions & 20 deletions projects/static-html/src/test.ts

This file was deleted.

Loading

0 comments on commit e3090d9

Please sign in to comment.