Mise à jour vers codelyzer 5.0.
Showing
+21 -20
{ | { | ||
"name": "irstea-typescript-config", | "name": "irstea-typescript-config", | ||
"version": "1.0.7", | "version": "2.0.0", | ||
"description": "TSC, TSLint and Prettier configuration.", | "description": "TSC, TSLint and Prettier configuration.", | ||
"keywords": [ | "keywords": [ | ||
"tslint", | "tslint", | ||
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
"ci-publish": "^1.3.1" | "ci-publish": "^1.3.1" | ||
}, | }, | ||
"peerDependencies": { | "peerDependencies": { | ||
"codelyzer": "^4.0.0", | "codelyzer": "^5.0.0", | ||
"prettier": "^1.15.0", | "prettier": "^1.15.0", | ||
"prettier-tslint": "^0.4.2", | "prettier-tslint": "^0.4.2", | ||
"rxjs-tslint-rules": "^4.10", | "rxjs-tslint-rules": "^4.10", | ||
... | ... |
Please register or sign in to comment