Skip to content

Commit 513bf4d

Browse files
authored
Delete autocomplete plugin (#5208)
I don't think anyone used this, and it's confusing showing up in the list.
1 parent 3a2ce8c commit 513bf4d

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

ironfish-cli/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"@ironfish/sdk": "2.5.0",
6464
"@ledgerhq/hw-transport-node-hid": "6.29.1",
6565
"@oclif/core": "4.0.11",
66-
"@oclif/plugin-autocomplete": "3.1.6",
6766
"@oclif/plugin-help": "6.2.5",
6867
"@oclif/plugin-not-found": "3.2.10",
6968
"@oclif/plugin-warn-if-update-available": "3.1.8",
@@ -98,8 +97,7 @@
9897
"plugins": [
9998
"@oclif/plugin-help",
10099
"@oclif/plugin-not-found",
101-
"@oclif/plugin-warn-if-update-available",
102-
"@oclif/plugin-autocomplete"
100+
"@oclif/plugin-warn-if-update-available"
103101
],
104102
"topics": {
105103
"wallet:scanning": {

yarn.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,16 +2555,6 @@
25552555
wordwrap "^1.0.0"
25562556
wrap-ansi "^7.0.0"
25572557

2558-
2559-
version "3.1.6"
2560-
resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.6.tgz#627ab2b0d9afa95b76f4dc0ba68c0980ee877740"
2561-
integrity sha512-Eo13RHSr7c5I5miatEBGhKVkLEADzN8taUlYOs5vbRWtWlR/FoDnwSZJ72gBvvayvCHEqlBOaNBn/wufxdrDAg==
2562-
dependencies:
2563-
"@oclif/core" "^4"
2564-
ansis "^3.2.0"
2565-
debug "^4.3.5"
2566-
ejs "^3.1.10"
2567-
25682558
"@oclif/[email protected]", "@oclif/plugin-help@^6.2.2":
25692559
version "6.2.5"
25702560
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.5.tgz#a1d8e8469b3447c055ca3ab5444388a822d06517"

0 commit comments

Comments
 (0)