This repository was archived by the owner on Sep 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- # 0.6.0 - 2015-02-11
1
+ # 0.7.0 - 2015-03-15
2
+
3
+ - Changed: upgrade to eslint 0.17.x
4
+
5
+ # 0.6.0 - 2015-03-11
2
6
3
7
- Changed: ` reporter ` now automatically drop lines that contains the filename in the reporter output.
4
- That mean you can use official or community reporters without worring to see lot of lines with ` <text> ` as filename :)
8
+ That mean you can use official or community reporters without worrying to see lot of lines with ` <text> ` as filename :)
5
9
6
- # 0.5.0 - 2015-02 -11
10
+ # 0.5.0 - 2015-03 -11
7
11
8
12
- Changed: upgrade to eslint 0.16.x
9
13
- Changed: ` emitErrors ` is now ` emitError `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-loader" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"description" : " eslint loader (for webpack)" ,
5
5
"keywords" : [
6
6
" lint" ,
24
24
" index.js"
25
25
],
26
26
"peerDependencies" : {
27
- "eslint" : " ^0.16 .0"
27
+ "eslint" : " ^0.17 .0"
28
28
},
29
29
"dependencies" : {
30
30
"object-assign" : " ^2.0.0"
31
31
},
32
32
"devDependencies" : {
33
- "eslint" : " ^0.16 .0" ,
33
+ "eslint" : " ^0.17 .0" ,
34
34
"eslint-friendly-formatter" : " ^1.0.3" ,
35
35
"tape" : " ^3.0.3" ,
36
36
"webpack" : " ^1.4.13"
You can’t perform that action at this time.
0 commit comments