Skip to content

Commit 46aa00f

Browse files
committed
Drop the node 6 support
1 parent da49865 commit 46aa00f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
sudo: false
44
dist: trusty
55
node_js:
6-
- "6"
6+
- "8"
77

88
addons:
99
chrome: stable

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"qunit-dom": "^0.6.2"
7070
},
7171
"engines": {
72-
"node": "6.* || 8.* || >= 10.*"
72+
"node": "8.* || >= 10.*"
7373
},
7474
"resolutions": {
7575
"**/tough-cookie": "~2.4.0"

0 commit comments

Comments
 (0)