We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dc070 commit 368083eCopy full SHA for 368083e
.travis.yml
@@ -5,8 +5,6 @@ node_js:
5
- v8
6
- v7
7
- v6
8
- - v5
9
- - v4
10
11
after_success:
12
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
package.json
@@ -13,7 +13,7 @@
13
},
14
"main": "lib/index.js",
15
"engines": {
16
- "node": ">=4"
+ "node": ">=6"
17
18
"scripts": {
19
"prepush": "npm t",
0 commit comments