From 7a77bd14ccf35078a808d92fde3e60d6947bb6a3 Mon Sep 17 00:00:00 2001 From: Gaurav Nelson Date: Thu, 8 Jul 2021 14:06:06 +1000 Subject: [PATCH] Update to markdown-link-check version 3.8.7 To use the new markdown-link-extractor that in turn will get a newer version of `marked` --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 56c217b..c18a592 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,7 +8,7 @@ YELLOW='\033[0;33m' BLUE='\033[0;34m' RED='\033[0;31m' -npm i -g markdown-link-check@3.8.6 +npm i -g markdown-link-check@3.8.7 declare -a FIND_CALL declare -a COMMAND_DIRS COMMAND_FILES