File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
+ - " 12"
3
4
- " 10"
4
5
- " 9"
5
6
- " 8"
28
29
global :
29
30
- TEST=true
30
31
matrix :
32
+ - ESLINT=6
31
33
- ESLINT=5
32
34
- ESLINT=4
33
35
- ESLINT=3
@@ -39,10 +41,14 @@ matrix:
39
41
- node_js : " node"
40
42
env : LINT=true TEST=false
41
43
exclude :
42
- - node_js : " 5 "
44
+ - node_js : " 4 "
43
45
env : ESLINT=5
44
46
- node_js : " 4"
47
+ env : ESLINT=6
48
+ - node_js : " 5"
45
49
env : ESLINT=5
50
+ - node_js : " 6"
51
+ env : ESLINT=6
46
52
allow_failures :
47
53
- node_js : " 9"
48
54
- node_js : " 7"
Original file line number Diff line number Diff line change 32
32
"devDependencies" : {
33
33
"@babel/core" : " ^7.0.0" ,
34
34
"@babel/plugin-transform-flow-strip-types" : " ^7.2.3" ,
35
+ "@babel/runtime" : " ^7.4.5" ,
35
36
"babel-eslint" : " ^10.0.1" ,
36
37
"babel-jest" : " ^24.0.0" ,
37
- "babel-preset-airbnb" : " ^3.2 .0" ,
38
+ "babel-preset-airbnb" : " ^4.0 .0" ,
38
39
"coveralls" : " ^3.0.1" ,
39
- "eslint" : " ^5.15.2 " ,
40
+ "eslint" : " ^3 || ^4 || ^5 || ^6 " ,
40
41
"eslint-config-airbnb-base" : " ^13.0.0" ,
41
42
"eslint-plugin-flowtype" : " ^3.5.0" ,
42
- "eslint-plugin-import" : " ^2.16 .0" ,
43
+ "eslint-plugin-import" : " ^2.18 .0" ,
43
44
"estraverse" : " ^4.2.0" ,
44
45
"expect" : " ^24.3.1" ,
45
46
"flow-bin" : " ^0.100.0" ,
67
68
"jsx-ast-utils" : " ^2.0.1"
68
69
},
69
70
"peerDependencies" : {
70
- "eslint" : " ^3 || ^4 || ^5"
71
+ "eslint" : " ^3 || ^4 || ^5 || ^6 "
71
72
},
72
73
"jest" : {
73
74
"coverageReporters" : [
You can’t perform that action at this time.
0 commit comments