Skip to content

Commit

Permalink
Chore: bitbucket-stash -> bitbucket-server
Browse files Browse the repository at this point in the history
  • Loading branch information
maximmig committed Apr 10, 2020
1 parent 27aa4fa commit b159205
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion detect-enterprise.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import toolboxifyGithub from './github';
import toolboxifyGitlab from './gitlab';
import toolboxifyBitbucket from './bitbucket-stash';
import toolboxifyBitbucket from './bitbucket-server';

(function detectEnterprise() {
const nameMeta = document.querySelector('meta[property="og:site_name"]') ||
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
'github-public': './github-public',
'gitlab-public': './gitlab-public',
'bitbucket-public': './bitbucket-public',
// 'bitbucket-stash': './bitbucket-stash',
background: './background',
'clone-popup': './popup/clone',
'detect-enterprise': './detect-enterprise'
Expand Down

0 comments on commit b159205

Please sign in to comment.