Skip to content

Commit 9a943f7

Browse files
Remove cli-installer and version modules from src as use it from op-cli-installer now
1 parent 3a9ae1e commit 9a943f7

20 files changed

+109
-647
lines changed

package-lock.json

Lines changed: 107 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@
3737
"homepage": "https://github.com/1Password/install-cli-action#readme",
3838
"dependencies": {
3939
"@actions/core": "^1.11.1",
40-
"@actions/tool-cache": "^2.0.2",
41-
"eslint": "^9.31.0",
42-
"op-cli-installer": "github:1Password/op-cli-installer#8ea4bf402c6385a90f6d2d98efe31ac845633412",
43-
"semver": "^7.7.2"
40+
"op-cli-installer": "github:1Password/op-cli-installer#8ea4bf402c6385a90f6d2d98efe31ac845633412"
4441
},
4542
"devDependencies": {
4643
"@1password/eslint-config": "^8.1.0",
@@ -49,6 +46,7 @@
4946
"@types/node": "^24.0.14",
5047
"@types/semver": "^7.7.0",
5148
"@vercel/ncc": "^0.38.3",
49+
"eslint": "^9.31.0",
5250
"husky": "^9.1.7",
5351
"jest": "^30.0.4",
5452
"lint-staged": "^16.1.2",

src/cli-installer/cli-installer.ts

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/cli-installer/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/cli-installer/installer.test.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/cli-installer/installer.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/cli-installer/linux.test.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/cli-installer/linux.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/cli-installer/macos.test.ts

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/cli-installer/macos.ts

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)