fix: fix umd builds (#2214)

This commit is contained in:
Tony Alves
2019-03-18 12:47:58 -07:00
committed by Shawn Erquhart
parent e906091c8f
commit e04f6bec1d
11 changed files with 32 additions and 30 deletions

View File

@ -1,10 +1,10 @@
import Control from './implementation';
import BitbucketBackend from './implementation';
import API from './API';
import AuthenticationPage from './AuthenticationPage';
export const NetlifyCmsBackendBitbucket = {
Control,
BitbucketBackend,
API,
AuthenticationPage,
};
export { Control, API, AuthenticationPage };
export { BitbucketBackend, API, AuthenticationPage };