File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-webpack" ,
3
3
"version" : " 1.2.5" ,
4
+ "author" : " Joshua Wiens (https://twitter.com/@d3viant0ne)" ,
5
+ "license" : " MIT" ,
4
6
"description" : " Provides Webpacks's .eslintrc as an extensible shared config" ,
5
7
"main" : " index.js" ,
6
8
"files" : [
15
17
"dependencies" : {},
16
18
"devDependencies" : {
17
19
"editorconfig-tools" : " ^0.1.1" ,
18
- "eslint" : " ^3 .13.0 " ,
19
- "eslint-find-rules" : " ^1.14.3 " ,
20
- "eslint-plugin-import" : " ^2.3 .0" ,
21
- "standard-version" : " ^4.0 .0"
20
+ "eslint" : " ^4 .13.1 " ,
21
+ "eslint-find-rules" : " ^3.1.1 " ,
22
+ "eslint-plugin-import" : " ^2.8 .0" ,
23
+ "standard-version" : " ^4.2 .0"
22
24
},
23
25
"peerDependencies" : {
24
26
"eslint" : " ^3.13.0 || >=4.0.0"
25
27
},
26
28
"engines" : {
27
- "node" : " >= 4 "
29
+ "node" : " >= 6.9.0 || >= 8.9.0 "
28
30
},
29
31
"repository" : {
30
32
"type" : " git" ,
37
39
" webpack" ,
38
40
" javascirpt"
39
41
],
40
- "author" : " Joshua Wiens (https://twitter.com/@d3viant0ne)" ,
41
- "license" : " MIT" ,
42
42
"bugs" : {
43
43
"url" : " https://github.com/webpack-contrib/eslint-config-webpack/issues"
44
44
},
You can’t perform that action at this time.
0 commit comments