Skip to content

Commit c03f601

Browse files
author
Matt Berther
committed
remove support for nodejs < 8
1 parent ca35461 commit c03f601

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
sudo: false
33
language: node_js
44
node_js:
5-
- "6"
65
- "8"
76
- "10"
87

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"types": "index.d.ts",
77
"engines": {
8-
"node": ">=6"
8+
"node": ">=8"
99
},
1010
"scripts": {
1111
"test": "mocha && eslint .",

0 commit comments

Comments
 (0)