Skip to content

Commit

Permalink
Fix whitespace hopefully (done on 📱)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal authored Feb 26, 2024
1 parent b54c77d commit ec3b852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/package-manager/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export type PackageManagerConfig = {
getRegistryCommand: Command;

/**
CLI command expected to output the version tag prefix (often "v"). e,g. `['npm', ['config', 'get', 'tag-version-prefix']]`
*/
CLI command expected to output the version tag prefix (often "v"). e,g. `['npm', ['config', 'get', 'tag-version-prefix']]`.
*/
tagVersionPrefixCommand: Command;

/**
Expand Down

0 comments on commit ec3b852

Please sign in to comment.