Skip to content

Commit 3c19787

Browse files
committed
add min version
1 parent 2ec39ab commit 3c19787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ module.exports = {
88
},
99
printUsage: function () {
1010
usage.printUsage();
11-
}
11+
},
12+
minVersion: [2, 0, 0]
1213
};

0 commit comments

Comments
 (0)