We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d88c55 commit a189a52Copy full SHA for a189a52
.travis.yml
@@ -3,7 +3,7 @@ language: node_js
3
node_js:
4
- stable
5
- lts/*
6
- - 8
+ - 10
7
8
after_success:
9
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
package.json
@@ -4,7 +4,7 @@
"version": "1.0.2",
"main": "lib/index.js",
"engines": {
- "node": ">= 8"
+ "node": ">= 10"
},
"files": [
10
"lib"
0 commit comments