Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ipanardian committed Jun 3, 2016
1 parent b444282 commit 6b98e37
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![GitHub license](https://img.shields.io/badge/license-MIT-red.svg)](https://raw.githubusercontent.com/ipanardian/cekresi-cli/master/LICENSE)
[![HitCount](https://hitt.herokuapp.com/ipanardian/cekresi-cli.svg)](https://github.com/ipanardian/cekresi-cli)

A command line app to check tracking AWB number
A command line app to tracking AWB number

## How to use
```
Expand Down
10 changes: 7 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Cek Resi CLI
* (c) 2016 Ipan Ardian
*
* A command line app to check tracking number
* A command line app to tracking AWB number
* For details, see the web site: https://github.com/ipanardian/cekresi-cli
* Apache License 2.0
* The MIT License
*/
'use strict'

Expand Down Expand Up @@ -78,4 +78,8 @@ var horseman = new Horseman();
}
console.log('\nFor details: https://github.com/ipanardian/cekresi-cli')
})
.close();
.finally(function() {
horseman.close()
spinner.stop()
return
});
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cekresi-cli",
"version": "1.0.4",
"description": "A command line app to check tracking number",
"version": "1.0.5",
"description": "A command line app to tracking AWB number",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -21,7 +21,7 @@
"cli"
],
"author": "Ipan Ardian",
"license": "Apache-2.0",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipanardian/cekresi-cli/issues"
},
Expand Down

0 comments on commit 6b98e37

Please sign in to comment.