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 173173 "tar-stream" : " ^1.6.2" ,
174174 "temp" : " ~0.8.3" ,
175175 "update-notifier" : " ^2.5.0" ,
176- "yargs" : " ^12.0.2" ,
177176 "varint" : " ^5.0.0" ,
177+ "yargs" : " ^12.0.5" ,
178178 "yargs-promise" : " ^1.1.0"
179179 },
180180 "optionalDependencies" : {
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ module.exports = {
88 describe : 'Pins object to local storage.' ,
99
1010 builder : {
11- 'ipfs-path' : { } , // Temporary fix for https://github.com/yargs/yargs-parser/issues/151
1211 recursive : {
1312 type : 'boolean' ,
1413 alias : 'r' ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ module.exports = {
99 describe : 'List objects pinned to local storage.' ,
1010
1111 builder : {
12- 'ipfs-path' : { } , // Temporary fix for https://github.com/yargs/yargs-parser/issues/151
1312 type : {
1413 type : 'string' ,
1514 alias : 't' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ module.exports = {
88 describe : 'Removes the pinned object from local storage.' ,
99
1010 builder : {
11- 'ipfs-path' : { } , // Temporary fix for https://github.com/yargs/yargs-parser/issues/151
1211 recursive : {
1312 type : 'boolean' ,
1413 alias : 'r' ,
You can’t perform that action at this time.
0 commit comments