Skip to content

Commit 7720b2b

Browse files
committed
feat: add outdated=dependencies command
1 parent bb3d986 commit 7720b2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/commands/package/outdated-dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default class extends Command {
88
return {
99
"options": {
1010
"pre-release": {
11-
"negatedShort": "p",
11+
"short": "p",
1212
"description": "including pre-release versions",
1313
"default": false,
1414
"schema": { "type": "boolean" },

lib/commands/workspace/outdated-dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default class extends Command {
99
return {
1010
"options": {
1111
"pre-release": {
12-
"negatedShort": "p",
12+
"short": "p",
1313
"description": "including pre-release versions",
1414
"default": false,
1515
"schema": { "type": "boolean" },

0 commit comments

Comments
 (0)