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 22 "presets" : [[" env" , {
33 "modules" : false ,
44 "targets" : {
5- "node" : 4 ,
5+ "node" : 6 ,
66 "browsers" : [
77 " ie 9" ,
88 " ios 9" ,
Original file line number Diff line number Diff line change 11language : node_js
22
3- # https://github.com/nodejs/LTS
3+ # https://github.com/nodejs/Release
44node_js :
5+ - ' 10'
56 - ' 9'
67 - ' 8'
78 - ' 6'
8- - ' 4'
99
1010git :
1111 depth : 5
Original file line number Diff line number Diff line change 1717 "options" : {
1818 "mocha" : " --check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js"
1919 },
20+ "engines" : {
21+ "node" : " 6.x || 8.x || >= 9.x"
22+ },
2023 "scripts" : {
2124 "watch" : " babel-node ./resources/watch.js" ,
2225 "test" : " npm run lint && npm run check && npm run testonly" ,
You can’t perform that action at this time.
0 commit comments