From dbfcd7cd0650b448e5775b571c44b7f9d75325ed Mon Sep 17 00:00:00 2001 From: "Ifedapo .A. Olarewaju" Date: Mon, 30 Nov 2020 10:38:20 +0100 Subject: [PATCH] build: add zoom to "remove-accidental-tags" script (#2662) --- bin/remove-accidental-git-tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/remove-accidental-git-tags.sh b/bin/remove-accidental-git-tags.sh index cd18c0884..fc9bc8572 100644 --- a/bin/remove-accidental-git-tags.sh +++ b/bin/remove-accidental-git-tags.sh @@ -5,7 +5,7 @@ # usage: ./remove-tags.sh VERSION_NUMBER # where VERSION_NUMBER is something like 0.30.0 -Packages=(aws-s3 file-input react transloadit aws-s3-multipart form redux-dev-tools tus companion golden-retriever robodog url companion-client google-drive server-utils utils core informer status-bar webcam dashboard instagram store-default xhr-upload drag-drop progress-bar store-redux dropbox box provider-views thumbnail-generator) +Packages=(aws-s3 file-input react transloadit aws-s3-multipart form redux-dev-tools tus companion golden-retriever robodog url companion-client google-drive server-utils utils core informer status-bar webcam dashboard instagram store-default xhr-upload drag-drop progress-bar store-redux dropbox box provider-views thumbnail-generator zoom) Version = $* for i in "${Packages[@]}"