Skip to content

Commit 368083e

Browse files
committed
build: drop support node 5 and old
1 parent 33dc070 commit 368083e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ node_js:
55
- v8
66
- v7
77
- v6
8-
- v5
9-
- v4
108

119
after_success:
1210
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"main": "lib/index.js",
1515
"engines": {
16-
"node": ">=4"
16+
"node": ">=6"
1717
},
1818
"scripts": {
1919
"prepush": "npm t",

0 commit comments

Comments
 (0)