1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/lerna.json
k8slens bot 2a7a378c0b Release 6.4.0-cron.c94dce2
Signed-off-by: k8slens bot <bot@k8slens.dev>
2023-02-17 00:25:42 +00:00

13 lines
243 B
JSON

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