File tree 3 files changed +9
-3
lines changed
3 files changed +9
-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 14
14
"type" : " git" ,
15
15
"url" : " http://github.com/graphql/graphql-js.git"
16
16
},
17
+ "options" : {
18
+ "mocha" : " --check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js"
19
+ },
20
+ "engines" : {
21
+ "node" : " 6.x || 8.x || 9.x || >= 10.x"
22
+ },
17
23
"scripts" : {
18
24
"watch" : " babel-node ./resources/watch.js" ,
19
25
"test" : " npm run lint && npm run check && npm run testonly" ,
You can’t perform that action at this time.
0 commit comments