File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 8
8
"bugs" : " https://github.com/hackmdio/hackmd-cli/issues" ,
9
9
"dependencies" : {
10
10
"@hackmd/api" : " ^2.0.0" ,
11
+ "@hackmd/oclif-plugin-autocomplete" : " ^2.1.9-fish" ,
11
12
"@oclif/core" : " 2.8.2" ,
12
13
"@oclif/plugin-help" : " 5.2.9" ,
13
14
"@oclif/plugin-version" : " 1.3.3" ,
14
15
"cli-ux" : " ^5.4.4" ,
15
16
"fs-extra" : " ^8.1.0" ,
16
17
"lodash.defaults" : " ^4.2.0" ,
17
18
"oclif" : " 3.8.1" ,
18
- "oclif-plugin-completion" : " ^0.6.0" ,
19
19
"tslib" : " ^2.5.0"
20
20
},
21
21
"devDependencies" : {
65
65
"plugins" : [
66
66
" @oclif/plugin-help" ,
67
67
" @oclif/plugin-version" ,
68
- " oclif-plugin-completion "
68
+ " @hackmd/ oclif-plugin-autocomplete "
69
69
]
70
70
},
71
71
"repository" : " hackmdio/hackmd-cli" ,
Original file line number Diff line number Diff line change 242
242
axios "^0.25.0"
243
243
tslib "^1.14.1"
244
244
245
+ " @hackmd/oclif-plugin-autocomplete@^2.1.9-fish " :
246
+ version "2.1.9-fish"
247
+ resolved "https://registry.yarnpkg.com/@hackmd/oclif-plugin-autocomplete/-/oclif-plugin-autocomplete-2.1.9-fish.tgz#5af99258791014fcefbb6fe547c5e9436e686eb1"
248
+ integrity sha512-wLiROF31bABA+Q9+blweBfythR6HuUANsdYql+MJNb+R1Z6/JJvyHvtAfA6u+mcT4quLJeU5xZ0timWgfDkhlw==
249
+ dependencies :
250
+ " @oclif/core" " ^2.8.2"
251
+ chalk "^4.1.0"
252
+ debug "^4.3.4"
253
+ fs-extra "^9.0.1"
254
+
245
255
" @humanwhocodes/config-array@^0.5.0 " :
246
256
version "0.5.0"
247
257
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
You can’t perform that action at this time.
0 commit comments