Removed tsline dependency

This commit is contained in:
2020-10-10 10:57:39 +05:30
parent b150f08b6c
commit 00321fe022
3 changed files with 3 additions and 149 deletions

View File

@ -3,14 +3,14 @@
"version": "8.0.0",
"scripts": {
"ng": "ng",
"prettier": "prettier",
"husky": "husky",
"eslint": "eslint",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"prettier": "prettier",
"husky": "husky"
},
"private": true,
"dependencies": {
@ -35,7 +35,6 @@
"mathjs": "^7.4.0",
"moment": "^2.29.1",
"rxjs": "^6.6.3",
"rxjs-tslint": "^0.1.5",
"tslib": "^2.0.2",
"zone.js": "^0.10.3"
},
@ -53,7 +52,6 @@
"@types/jasminewd2": "^2.0.3",
"@types/node": "^14.11.5",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"codelyzer": "^6.0.1",
"eslint": "^7.10.0",
@ -74,7 +72,6 @@
"protractor": "~7.0.0",
"standard-version": "^9.0.0",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"typescript": "^4.0.3"
},
"husky": {