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