File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " CLI for prettier-eslint" ,
5
5
"main" : " dist/no-main.js" ,
6
6
"engines" : {
7
- "node" : " >=4 "
7
+ "node" : " >=8 "
8
8
},
9
9
"bin" : {
10
10
"prettier-eslint" : " dist/index.js"
11
11
},
12
12
"scripts" : {
13
13
"start" : " nps" ,
14
14
"test" : " nps test" ,
15
- "precommit" :
16
- " lint-staged && opt --in pre-commit --exec \" npm start validate\" "
15
+ "precommit" : " lint-staged && opt --in pre-commit --exec \" npm start validate\" "
17
16
},
18
- "files" : [" dist" ],
17
+ "files" : [
18
+ " dist"
19
+ ],
19
20
"keywords" : [],
20
21
"author" : " Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)" ,
21
- "maintainers" : [" Simon Fridlund <simon@fridlund.email>" ],
22
+ "maintainers" : [
23
+ " Simon Fridlund <simon@fridlund.email>"
24
+ ],
22
25
"license" : " MIT" ,
23
26
"dependencies" : {
24
27
"arrify" : " ^1.0.1" ,
27
30
"camelcase-keys" : " ^4.1.0" ,
28
31
"chalk" : " 2.3.0" ,
29
32
"common-tags" : " ^1.4.0" ,
30
- "eslint" : " ^4.5.0" ,
31
33
"find-up" : " ^2.1.0" ,
32
34
"get-stdin" : " ^5.0.1" ,
33
35
"glob" : " ^7.1.1" ,
34
36
"ignore" : " ^3.2.7" ,
35
37
"indent-string" : " ^3.1.0" ,
38
+ "eslint" : " ^5.0.0" ,
36
39
"lodash.memoize" : " ^4.1.2" ,
37
40
"loglevel-colored-level-prefix" : " ^1.0.0" ,
38
41
"messageformat" : " ^1.0.2" ,
65
68
"yargs-parser" : " 8.0.0"
66
69
},
67
70
"lint-staged" : {
68
- "*.+(js|json|md)" : [" node ./dist/index --write" , " git add" ]
71
+ "*.+(js|json|md)" : [
72
+ " node ./dist/index --write" ,
73
+ " git add"
74
+ ]
69
75
},
70
76
"repository" : {
71
77
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments