From 6b98e379b575a1c80bca1bef61f486cc4679a4df Mon Sep 17 00:00:00 2001 From: ipanardian Date: Fri, 3 Jun 2016 23:37:02 +0700 Subject: [PATCH] Update --- README.md | 2 +- index.js | 10 +++++++--- package.json | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ecc3714..7a9150a 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/index.js b/index.js index 33f8a3d..928d990 100644 --- a/index.js +++ b/index.js @@ -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' @@ -78,4 +78,8 @@ var horseman = new Horseman(); } console.log('\nFor details: https://github.com/ipanardian/cekresi-cli') }) - .close(); \ No newline at end of file + .finally(function() { + horseman.close() + spinner.stop() + return + }); \ No newline at end of file diff --git a/package.json b/package.json index c92f966..1f51214 100644 --- a/package.json +++ b/package.json @@ -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" @@ -21,7 +21,7 @@ "cli" ], "author": "Ipan Ardian", - "license": "Apache-2.0", + "license": "MIT", "bugs": { "url": "https://github.com/ipanardian/cekresi-cli/issues" },