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.