File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
"presets" : [[" env" , {
3
3
"modules" : false ,
4
4
"targets" : {
5
- "node" : 4 ,
5
+ "node" : 6 ,
6
6
"browsers" : [
7
7
" ie 9" ,
8
8
" ios 9" ,
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
3
- # https://github.com/nodejs/LTS
3
+ # https://github.com/nodejs/Release
4
4
node_js :
5
+ - ' 10'
5
6
- ' 9'
6
7
- ' 8'
7
8
- ' 6'
8
- - ' 4'
9
9
10
10
git :
11
11
depth : 5
Original file line number Diff line number Diff line change 17
17
"options" : {
18
18
"mocha" : " --check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js"
19
19
},
20
+ "engines" : {
21
+ "node" : " 6.x || 8.x || >= 9.x"
22
+ },
20
23
"scripts" : {
21
24
"watch" : " babel-node ./resources/watch.js" ,
22
25
"test" : " npm run lint && npm run check && npm run testonly" ,
You can’t perform that action at this time.
0 commit comments