From 2ea7613854544fead41bae54e4ed32e45ecfce5f Mon Sep 17 00:00:00 2001 From: Hinton Date: Thu, 2 Jun 2022 13:37:22 +0200 Subject: [PATCH] Add missing git submodule --- .gitmodules | 4 ++++ apps/web/jslib | 1 + 2 files changed, 5 insertions(+) create mode 160000 apps/web/jslib diff --git a/.gitmodules b/.gitmodules index fb720c10c0..0059468172 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,3 +12,7 @@ path = apps/cli/jslib url = https://github.com/bitwarden/jslib.git branch = master +[submodule "apps/web/jslib"] + path = apps/web/jslib + url = https://github.com/bitwarden/jslib.git + branch = master diff --git a/apps/web/jslib b/apps/web/jslib new file mode 160000 index 0000000000..f4066b4f58 --- /dev/null +++ b/apps/web/jslib @@ -0,0 +1 @@ +Subproject commit f4066b4f58af2e6e4ce82275b72a2a8501f25e78