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