We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a34af7 commit 2e90e24Copy full SHA for 2e90e24
.travis.yml
@@ -1,6 +1,7 @@
1
language: node_js
2
node_js:
3
- - '4'
4
- '6'
5
- - '7'
6
- '8'
+ - '9'
+ - '10'
7
+ - '11'
package.json
@@ -44,9 +44,9 @@
44
"mocha": "^3.4.2"
45
},
46
"peerDependencies": {
47
- "eslint": ">=4.1.0"
+ "eslint": ">=5.0.0"
48
49
"engines": {
50
- "node": ">=4.0.0"
+ "node": "^6.14.0 || ^8.10.0 || >=9.10.0"
51
}
52
0 commit comments