Skip to content

Commit

Permalink
✨ Rename bitbucketCloud to bitbucket-cloud (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemmingh committed Oct 26, 2021
1 parent 1dac673 commit 1926b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
"enum": [
"github",
"azureDevops",
"bitbucketCloud",
"bitbucket-cloud",
"gitea",
"gitlab",
"vscode"
Expand Down
2 changes: 1 addition & 1 deletion src/contract/SlugifyMode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const enum SlugifyMode {
AzureDevOps = "azureDevops",

/** Bitbucket Cloud */
BitbucketCloud = "bitbucketCloud",
BitbucketCloud = "bitbucket-cloud",

/** Gitea */
Gitea = "gitea",
Expand Down

0 comments on commit 1926b38

Please sign in to comment.