We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88c37a commit ac118d5Copy full SHA for ac118d5
README.md
@@ -5,7 +5,7 @@
5
Webpack plugin that runs typescript type checker on a separate process.
6
7
## Installation
8
-This plugin requires minimum **webpack 2.3**, **typescript 2.1** and optionally **tslint 5.0**
+This plugin requires minimum **webpack 2.3**, **typescript 2.1** and optionally **tslint 4.0**
9
```sh
10
npm install --save-dev fork-ts-checker-webpack-plugin
11
```
package.json
@@ -78,9 +78,9 @@
78
"webpack": "^4.0.0"
79
},
80
"peerDependencies": {
81
- "tslint": "^4.0.0 || ^5.0.0",
82
- "typescript": "^2.1.0",
83
- "webpack": "^2.3.0 || ^3.0.0 || ^4.0.0"
+ "tslint": ">= 4.0.0",
+ "typescript": ">= 2.1.0",
+ "webpack": ">= 2.3.0"
84
85
"dependencies": {
86
"babel-code-frame": "^6.22.0",
0 commit comments