From 6da42f245b9d6f0064783ce0082fad6d41f0ccdc Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 24 Jul 2018 19:47:29 +0200 Subject: [PATCH] tweak update message --- README.md | 4 +++- updates.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bcaab4..814b32d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,9 @@ NAME OLD NEW chalk 1.3.0 2.3.0 got ^7.0.1 ^8.0.1 minimist ^1.0.0 ^1.2.0 -package.json updated! +╭────────────────────────╮ +│ package.json updated │ +╰────────────────────────╯ ``` ### JSON Output diff --git a/updates.js b/updates.js index e9d96aa..cc45f5e 100755 --- a/updates.js +++ b/updates.js @@ -160,7 +160,7 @@ Promise.all(Object.keys(deps).map(dep => fetch(url + dep).then(r => r.json()))). finish(chalk.green(` ╭────────────────────────╮ │ package.json updated │ - ╰────────────────────────╯`)); + ╰────────────────────────╯`.substring(1))); } }); }).catch(finish);