This repository was archived by the owner on Oct 27, 2020. It is now read-only.
File tree 5 files changed +3
-10
lines changed
5 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 5
5
{
6
6
"useBuiltIns" : true ,
7
7
"targets" : {
8
- "node" : " 4.8 "
8
+ "node" : " 6.9.0 "
9
9
},
10
10
"exclude" : [
11
11
" transform-async-to-generator" ,
Original file line number Diff line number Diff line change 14
14
node_js : 6
15
15
env : WEBPACK_VERSION=latest JOB_PART=test
16
16
script : npm run travis:$JOB_PART
17
- - << : *test-latest
18
- node_js : 4.8
19
- env : WEBPACK_VERSION=latest JOB_PART=test
20
- script : npm run travis:$JOB_PART
21
17
- << : *test-latest
22
18
node_js : 8
23
19
env : WEBPACK_VERSION=latest JOB_PART=lint
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ environment:
11
11
- nodejs_version : ' 6'
12
12
webpack_version : latest
13
13
job_part : test
14
- - nodejs_version : ' 4.3'
15
- webpack_version : latest
16
- job_part : test
17
14
build : ' off'
18
15
matrix :
19
16
fast_finish : true
Original file line number Diff line number Diff line change 5
5
{
6
6
"useBuiltIns" : true ,
7
7
"targets" : {
8
- "node" : " 4.8 "
8
+ "node" : " 6.9.0 "
9
9
},
10
10
"exclude" : [
11
11
" transform-async-to-generator" ,
Original file line number Diff line number Diff line change 53
53
"webpack-defaults" : " ^1.6.0"
54
54
},
55
55
"engines" : {
56
- "node" : " >= 4.8 < 5 .0.0 || >= 5.10 "
56
+ "node" : " >= 6.9.0 <7 .0.0 || >= 8.9.0 "
57
57
},
58
58
"peerDependencies" : {
59
59
"webpack" : " ^2.0.0 || ^3.0.0 || ^4.0.0"
You can’t perform that action at this time.
0 commit comments