We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5569bf9 + b7baf8c commit ca50065Copy full SHA for ca50065
.gitignore
@@ -1 +1,2 @@
1
-node_modules
+node_modules
2
+.tags
index.js
@@ -21,7 +21,7 @@ if (param == '--version') {
21
console.log(VERSION)
22
process.exit(-1)
23
}
24
-else if (param.length < 10 || !param.match(/^[a-z0-9]+$/i)) {
+else if (param.length < 5 || !param.match(/^[a-z0-9]+$/i)) {
25
console.log('Invalid AWB Number')
26
27
package.json
@@ -1,6 +1,6 @@
{
"name": "cekresi-cli",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"description": "A command line app to tracking AWB number",
5
"main": "index.js",
6
"scripts": {
0 commit comments