From 3c3a69318ff159310c83c50c53bbe6f6c959901d Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Mon, 6 Sep 2021 18:45:39 +0100 Subject: [PATCH] Remove some other reference to standard-components --- packages/server/src/utilities/appDirectoryTemplate/package.json | 2 +- packages/server/src/utilities/fileSystem/clientLibrary.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/server/src/utilities/appDirectoryTemplate/package.json b/packages/server/src/utilities/appDirectoryTemplate/package.json index 0510fb124e..0bcceba429 100644 --- a/packages/server/src/utilities/appDirectoryTemplate/package.json +++ b/packages/server/src/utilities/appDirectoryTemplate/package.json @@ -5,6 +5,6 @@ "author": "", "license": "ISC", "dependencies": { - "@budibase/standard-components": "0.x" + "@budibase/client": "0.x" } } diff --git a/packages/server/src/utilities/fileSystem/clientLibrary.js b/packages/server/src/utilities/fileSystem/clientLibrary.js index 9276cde9f4..4d3ad551cd 100644 --- a/packages/server/src/utilities/fileSystem/clientLibrary.js +++ b/packages/server/src/utilities/fileSystem/clientLibrary.js @@ -8,7 +8,7 @@ const TOP_LEVEL_PATH = join(__dirname, "..", "..", "..") /** * Client library paths in the object store: - * Previously, the entire standard-components package was downloaded from NPM + * Previously, the entire client library package was downloaded from NPM * as a tarball and extracted to the object store, even though only the manifest * was ever needed. Therefore we need to support old apps which may still have * the manifest at this location for the first update.