We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da49865 commit 46aa00fCopy full SHA for 46aa00f
.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