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 be241df commit 06c0f31Copy full SHA for 06c0f31
.travis.yml
@@ -1,3 +1,3 @@
1
language: node_js
2
node_js:
3
- - 7
+ - 8
package.json
@@ -25,7 +25,7 @@
25
"test": "./node_modules/mocha/bin/mocha -R spec test/*-test.js"
26
},
27
"engines": {
28
- "node": ">=7.10.1"
+ "node": ">=8.6.0"
29
30
"dependencies": {
31
"commander": "^5.1.0",
0 commit comments