Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit d035795

Browse files
committed
chore: upgrade yargs
1 parent 44b2dd6 commit d035795

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@
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": {

src/cli/commands/pin/add.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

src/cli/commands/pin/ls.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

src/cli/commands/pin/rm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)