Skip to content

Commit

Permalink
Rename package due to npm/cli#2248
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Malton <[email protected]>
  • Loading branch information
Nokel81 committed Jan 27, 2023
1 parent 465f23f commit 57969a6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/open-lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 57969a6

Please sign in to comment.