Remove some other reference to standard-components
This commit is contained in:
parent
989652bc0b
commit
3c3a69318f
|
@ -5,6 +5,6 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@budibase/standard-components": "0.x"
|
||||
"@budibase/client": "0.x"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue