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

Commit

Permalink
chore: upgrade yargs (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored and Alan Shaw committed Nov 20, 2018
1 parent a82a5dc commit 008a14d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
"tar-stream": "^1.6.2",
"temp": "~0.8.3",
"update-notifier": "^2.5.0",
"yargs": "^12.0.2",
"varint": "^5.0.0",
"yargs": "^12.0.5",
"yargs-promise": "^1.1.0"
},
"optionalDependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/cli/commands/pin/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
describe: 'Pins object to local storage.',

builder: {
'ipfs-path': {}, // Temporary fix for https://github.com/yargs/yargs-parser/issues/151
recursive: {
type: 'boolean',
alias: 'r',
Expand Down
1 change: 0 additions & 1 deletion src/cli/commands/pin/ls.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
describe: 'List objects pinned to local storage.',

builder: {
'ipfs-path': {}, // Temporary fix for https://github.com/yargs/yargs-parser/issues/151
type: {
type: 'string',
alias: 't',
Expand Down
1 change: 0 additions & 1 deletion src/cli/commands/pin/rm.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
describe: 'Removes the pinned object from local storage.',

builder: {
'ipfs-path': {}, // Temporary fix for https://github.com/yargs/yargs-parser/issues/151
recursive: {
type: 'boolean',
alias: 'r',
Expand Down

0 comments on commit 008a14d

Please sign in to comment.