We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8a292 commit 80fc9e8Copy full SHA for 80fc9e8
.travis.yml
@@ -6,11 +6,6 @@ node_js:
6
- '8'
7
- '7'
8
- '6'
9
-- '5'
10
-- '4'
11
-before_install:
12
-# https://github.com/npm/npm/issues/11283
13
-- npm set progress=false
14
after_success: npm run coveralls
15
env:
16
global:
package.json
@@ -65,7 +65,7 @@
65
"micromatch": "^3.1.10"
66
},
67
"engines": {
68
- "node": ">=4.0.0"
+ "node": ">=6.0.0"
69
70
"husky": {
71
"hooks": {
0 commit comments