1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/lerna.json
k8slens bot 1bf6a41519 Release 6.4.0-cron.f678bf4
Signed-off-by: k8slens bot <bot@k8slens.dev>
2023-02-13 16:38:32 +00:00

12 lines
242 B
JSON

{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": false,
"packages": [
"packages/*"
],
"version": "6.4.0-cron.f678bf4",
"npmClient": "yarn",
"npmClientArgs": [
"--network-timeout=100000"
]
}