Skip to content

Commit

Permalink
chore(exports): Export additional modules for selective importing (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Sep 14, 2016
1 parent 39e3026 commit 5667a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export function registerGlobal(global) {
global.Mobiledoc = Mobiledoc;
}

export { Editor };
export { Editor, UI, Range, Position };
export default Mobiledoc;

0 comments on commit 5667a34

Please sign in to comment.