File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
- node_modules
9
9
10
10
node_js :
11
- - " 6"
11
+ - " 8"
12
+ - " 10"
12
13
- " node"
13
14
14
15
script :
Original file line number Diff line number Diff line change 5
5
# Test against these versions of Node.js.
6
6
environment :
7
7
matrix :
8
+ - nodejs_version : " 8"
8
9
- nodejs_version : " LTS"
9
10
- nodejs_version : " Stable"
10
11
Original file line number Diff line number Diff line change 29
29
"license" : " MIT" ,
30
30
"dependencies" : {
31
31
"bluebird" : " ^3.5.1" ,
32
- "chokidar" : " ^2 .0.4 " ,
32
+ "chokidar" : " ^3 .0.0 " ,
33
33
"escape-string-regexp" : " ^1.0.5" ,
34
34
"graceful-fs" : " ^4.1.11"
35
35
},
36
36
"devDependencies" : {
37
37
"chai" : " ^4.1.2" ,
38
- "eslint" : " ^5.9 .0" ,
38
+ "eslint" : " ^5.16 .0" ,
39
39
"eslint-config-hexo" : " ^3.0.0" ,
40
40
"iferr" : " ^1.0.2" ,
41
41
"istanbul" : " ^0.4.5" ,
42
42
"mocha" : " ^6.0.2"
43
43
},
44
44
"engines" : {
45
- "node" : " >=6.9.0 "
45
+ "node" : " >=8 "
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments