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

chore: upgrade yargs #1724

Merged
merged 1 commit into from
Nov 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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