We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec39ab commit 3c19787Copy full SHA for 3c19787
lib/index.js
@@ -8,5 +8,6 @@ module.exports = {
8
},
9
printUsage: function () {
10
usage.printUsage();
11
- }
+ },
12
+ minVersion: [2, 0, 0]
13
};
0 commit comments