1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/lerna.json
Jim Ehrismann aee3c38e7e
Release 6.4.3 (#7292)
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2023-03-06 14:53:50 -08:00

13 lines
230 B
JSON

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