We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a52472 + 46aa00f commit e2ab8f2Copy full SHA for e2ab8f2
2 files changed
.travis.yml
@@ -3,7 +3,7 @@ language: node_js
3
sudo: false
4
dist: trusty
5
node_js:
6
- - "6"
+ - "8"
7
8
addons:
9
chrome: stable
package.json
@@ -69,7 +69,7 @@
69
"qunit-dom": "^0.6.2"
70
},
71
"engines": {
72
- "node": "6.* || 8.* || >= 10.*"
+ "node": "8.* || >= 10.*"
73
74
"resolutions": {
75
"**/tough-cookie": "~2.4.0"
0 commit comments