Skip to content

Commit 6b98e37

Browse files
committed
Update
1 parent b444282 commit 6b98e37

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
```

index.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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+
});

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"
@@ -21,7 +21,7 @@
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
},

0 commit comments

Comments
 (0)