mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Rename package due to https://github.com/npm/cli/issues/2248 (#7041)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
465f23f578
commit
6e9113ad5e
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@k8slens/download-binaries",
|
||||
"name": "@k8slens/ensure-binaries",
|
||||
"version": "6.4.0-beta.8",
|
||||
"description": "CLI for downloading configured versions of the bundled versions of CLIs",
|
||||
"main": "dist/index.mjs",
|
||||
@ -35,7 +35,7 @@
|
||||
"dev:renderer": "env NODE_ENV=development ts-node ./webpack/dev-server.ts",
|
||||
"test:integration": "jest -xyz --runInBand --detectOpenHandles --forceExit --modulePaths=[\"<rootDir>/integration/\"];",
|
||||
"build:tray-icons": "ts-node build/generate-tray-icons.ts",
|
||||
"download:binaries": "npm exec -- @k8slens/download-binaries --package $INIT_CWD/package.json --base-dir $INIT_CWD/binaries/client"
|
||||
"download:binaries": "npm exec -- @k8slens/ensure-binaries --package $INIT_CWD/package.json --base-dir $INIT_CWD/binaries/client"
|
||||
},
|
||||
"config": {
|
||||
"k8sProxyVersion": "0.3.0",
|
||||
@ -193,7 +193,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@k8slens/core": "^6.4.0-beta.8",
|
||||
"@k8slens/download-binaries": "^6.4.0-beta.8",
|
||||
"@k8slens/ensure-binaries": "^6.4.0-beta.8",
|
||||
"@ogre-tools/fp": "^12.0.1",
|
||||
"@ogre-tools/injectable": "^12.0.1",
|
||||
"@ogre-tools/injectable-extension-for-auto-registration": "^12.0.1",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user