From 2fa9321a980427b1944cec94414ff989d274328a Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Tue, 10 Nov 2020 15:26:32 +0100 Subject: [PATCH] Remove obsolete "git submodule update --init" (#36) --- packages/app-shell/README.md | 1 - packages/auth/README.md | 1 - packages/check-in-place-select/README.md | 1 - packages/data-table-view/README.md | 1 - packages/file-handling/README.md | 1 - packages/knowledge-base-web-page-element-view/README.md | 1 - packages/language-select/README.md | 1 - packages/matomo/README.md | 1 - packages/notification/README.md | 1 - packages/person-profile/README.md | 1 - packages/person-select/README.md | 1 - packages/qr-code-scanner/README.md | 1 - 12 files changed, 12 deletions(-) diff --git a/packages/app-shell/README.md b/packages/app-shell/README.md index b8c44012..3f9442f4 100644 --- a/packages/app-shell/README.md +++ b/packages/app-shell/README.md @@ -74,7 +74,6 @@ activities. Handles login, language selection, activity switching, menus etc. # get the source git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/app-shell -git submodule update --init # install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically) yarn install diff --git a/packages/auth/README.md b/packages/auth/README.md index 21480ed1..e1105c6c 100644 --- a/packages/auth/README.md +++ b/packages/auth/README.md @@ -49,7 +49,6 @@ # get the source git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/auth -git submodule update --init # install dependencies yarn install diff --git a/packages/check-in-place-select/README.md b/packages/check-in-place-select/README.md index 5b6ac934..1f9be4d9 100644 --- a/packages/check-in-place-select/README.md +++ b/packages/check-in-place-select/README.md @@ -32,7 +32,6 @@ # get the source git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/check-in-place-select -git submodule update --init # install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically) yarn install diff --git a/packages/data-table-view/README.md b/packages/data-table-view/README.md index 92d2637d..8570acb6 100644 --- a/packages/data-table-view/README.md +++ b/packages/data-table-view/README.md @@ -28,7 +28,6 @@ # get the source git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/data-table-view -git submodule update --init # install dependencies yarn install diff --git a/packages/file-handling/README.md b/packages/file-handling/README.md index 14cac2a9..d6e596cf 100644 --- a/packages/file-handling/README.md +++ b/packages/file-handling/README.md @@ -91,7 +91,6 @@ files to a [Nextcloud](https://nextcloud.com/) instance. # get the source git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/file-handling -git submodule update --init # install dependencies yarn install diff --git a/packages/knowledge-base-web-page-element-view/README.md b/packages/knowledge-base-web-page-element-view/README.md index 7b510b99..7fd89f82 100644 --- a/packages/knowledge-base-web-page-element-view/README.md +++ b/packages/knowledge-base-web-page-element-view/README.md @@ -23,7 +23,6 @@ # get the source git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/knowledge-base-web-page-element-view -git submodule update --init # install dependencies yarn install diff --git a/packages/language-select/README.md b/packages/language-select/README.md index b7688bbf..313cb1b4 100644 --- a/packages/language-select/README.md +++ b/packages/language-select/README.md @@ -6,7 +6,6 @@ # get the source git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/language-select -git submodule update --init # install dependencies yarn install diff --git a/packages/matomo/README.md b/packages/matomo/README.md index eead62ef..c9cebb87 100644 --- a/packages/matomo/README.md +++ b/packages/matomo/README.md @@ -38,7 +38,6 @@ class Demo { # get the source git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/matomo -git submodule update --init # install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically) yarn install diff --git a/packages/notification/README.md b/packages/notification/README.md index 2218b8e8..d843ea65 100644 --- a/packages/notification/README.md +++ b/packages/notification/README.md @@ -30,7 +30,6 @@ send({ # get the source git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/notification -git submodule update --init # install dependencies yarn install diff --git a/packages/person-profile/README.md b/packages/person-profile/README.md index e63547ed..c390152a 100644 --- a/packages/person-profile/README.md +++ b/packages/person-profile/README.md @@ -21,7 +21,6 @@ # get the source git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/person-profile -git submodule update --init # install dependencies yarn install diff --git a/packages/person-select/README.md b/packages/person-select/README.md index 21b33193..e32ddf36 100644 --- a/packages/person-select/README.md +++ b/packages/person-select/README.md @@ -33,7 +33,6 @@ # get the source git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git cd toolkit/packages/person-select -git submodule update --init # install dependencies yarn install diff --git a/packages/qr-code-scanner/README.md b/packages/qr-code-scanner/README.md index 95a2d72b..9c2ed0af 100644 --- a/packages/qr-code-scanner/README.md +++ b/packages/qr-code-scanner/README.md @@ -38,7 +38,6 @@ after loaded. This attribute is also used to stop the QR code reader or if you d # get the source git clone git@gitlab.tugraz.at:dbp/web-components/qr-code-scanner.git cd qr-code-scanner -git submodule update --init # install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically) yarn install -- GitLab