Skip to content

Commit ca50065

Browse files
authored
Merge pull request #4 from ipanardian/development
Development
2 parents 5569bf9 + b7baf8c commit ca50065

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
.tags

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (param == '--version') {
2121
console.log(VERSION)
2222
process.exit(-1)
2323
}
24-
else if (param.length < 10 || !param.match(/^[a-z0-9]+$/i)) {
24+
else if (param.length < 5 || !param.match(/^[a-z0-9]+$/i)) {
2525
console.log('Invalid AWB Number')
2626
process.exit(-1)
2727
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cekresi-cli",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A command line app to tracking AWB number",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)