File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
Webpack plugin that runs typescript type checker on a separate process.
6
6
7
7
## Installation
8
- This plugin requires minimum ** webpack 2.3** , ** typescript 2.1** and optionally ** tslint 5 .0**
8
+ This plugin requires minimum ** webpack 2.3** , ** typescript 2.1** and optionally ** tslint 4 .0**
9
9
``` sh
10
10
npm install --save-dev fork-ts-checker-webpack-plugin
11
11
```
Original file line number Diff line number Diff line change 78
78
"webpack" : " ^4.0.0"
79
79
},
80
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"
81
+ "tslint" : " >= 4 .0.0" ,
82
+ "typescript" : " >= 2.1.0" ,
83
+ "webpack" : " >= 2.3.0"
84
84
},
85
85
"dependencies" : {
86
86
"babel-code-frame" : " ^6.22.0" ,
You can’t perform that action at this time.
0 commit comments