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 ac18059 commit 4a4ec4dCopy full SHA for 4a4ec4d
.travis.yml
@@ -4,6 +4,6 @@ node_js:
4
- 8
5
- 6
6
- 4
7
- - 4.0.0
+ - 4.8.0
8
after_success:
9
- "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
package.json
@@ -70,6 +70,6 @@
70
"sinon-chai": "^3.0.0"
71
},
72
"engines": {
73
- "node": ">= 4.0.0"
+ "node": ">= 4.8.0"
74
}
75
0 commit comments