This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 173
173
"tar-stream" : " ^1.6.2" ,
174
174
"temp" : " ~0.8.3" ,
175
175
"update-notifier" : " ^2.5.0" ,
176
- "yargs" : " ^12.0.2" ,
177
176
"varint" : " ^5.0.0" ,
177
+ "yargs" : " ^12.0.5" ,
178
178
"yargs-promise" : " ^1.1.0"
179
179
},
180
180
"optionalDependencies" : {
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ module.exports = {
8
8
describe : 'Pins object to local storage.' ,
9
9
10
10
builder : {
11
- 'ipfs-path' : { } , // Temporary fix for https://github.com/yargs/yargs-parser/issues/151
12
11
recursive : {
13
12
type : 'boolean' ,
14
13
alias : 'r' ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ module.exports = {
9
9
describe : 'List objects pinned to local storage.' ,
10
10
11
11
builder : {
12
- 'ipfs-path' : { } , // Temporary fix for https://github.com/yargs/yargs-parser/issues/151
13
12
type : {
14
13
type : 'string' ,
15
14
alias : 't' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ module.exports = {
8
8
describe : 'Removes the pinned object from local storage.' ,
9
9
10
10
builder : {
11
- 'ipfs-path' : { } , // Temporary fix for https://github.com/yargs/yargs-parser/issues/151
12
11
recursive : {
13
12
type : 'boolean' ,
14
13
alias : 'r' ,
You can’t perform that action at this time.
0 commit comments