From 2cc70d003f2e73f54984233ff645475ade7851d7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 17 May 2022 07:20:49 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 431e6fe..e4fdc46 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,6 +4,9 @@ # COMMON VARIABLES #================================================= +# dependencies used by the app +pkg_dependencies="" + NODEJS_VERSION="14" #=================================================