From cbe5b657cf25155b7c97f2651cd6efaf3e0fbec2 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sun, 30 Dec 2018 22:43:29 +0100 Subject: [PATCH] Remove tldr from post-install.sh Signed-off-by: Severin Kaderli --- post-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index bbb69c4..018fc78 100755 --- a/post-install.sh +++ b/post-install.sh @@ -23,7 +23,6 @@ NPM_PACKAGES=( "@vue/cli" "gatsby-cli" "npm-check-updates" - "tldr" ) #######################################