1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Remove some other reference to standard-components

This commit is contained in:
Andrew Kingston 2021-09-06 18:45:39 +01:00
parent 989652bc0b
commit 3c3a69318f
2 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,6 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@budibase/standard-components": "0.x" "@budibase/client": "0.x"
} }
} }

View file

@ -8,7 +8,7 @@ const TOP_LEVEL_PATH = join(__dirname, "..", "..", "..")
/** /**
* Client library paths in the object store: * 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 * 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 * was ever needed. Therefore we need to support old apps which may still have
* the manifest at this location for the first update. * the manifest at this location for the first update.