File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 66[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-red.svg )] ( https://raw.githubusercontent.com/ipanardian/cekresi-cli/master/LICENSE )
77[ ![ HitCount] ( https://hitt.herokuapp.com/ipanardian/cekresi-cli.svg )] ( https://github.com/ipanardian/cekresi-cli )
88
9- A command line app to check tracking AWB number
9+ A command line app to tracking AWB number
1010
1111## How to use
1212```
Original file line number Diff line number Diff line change 33* Cek Resi CLI
44* (c) 2016 Ipan Ardian
55*
6- * A command line app to check tracking number
6+ * A command line app to tracking AWB number
77* For details, see the web site: https://github.com/ipanardian/cekresi-cli
8- * Apache License 2.0
8+ * The MIT License
99*/
1010'use strict'
1111
@@ -78,4 +78,8 @@ var horseman = new Horseman();
7878 }
7979 console . log ( '\nFor details: https://github.com/ipanardian/cekresi-cli' )
8080 } )
81- . close ( ) ;
81+ . finally ( function ( ) {
82+ horseman . close ( )
83+ spinner . stop ( )
84+ return
85+ } ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " cekresi-cli" ,
3- "version" : " 1.0.4 " ,
4- "description" : " A command line app to check tracking number" ,
3+ "version" : " 1.0.5 " ,
4+ "description" : " A command line app to tracking AWB number" ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1"
2121 " cli"
2222 ],
2323 "author" : " Ipan Ardian" ,
24- "license" : " Apache-2.0 " ,
24+ "license" : " MIT " ,
2525 "bugs" : {
2626 "url" : " https://github.com/ipanardian/cekresi-cli/issues"
2727 },
You can’t perform that action at this time.
0 commit comments