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