Skip to content

Commit

Permalink
allow building core.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Aug 6, 2016
1 parent 4371991 commit 2a563a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Quill.register({
Parchment.register(Block, Break, Cursor, Inline, Scroll, TextBlot);


export default Quill;
module.exports = Quill;

0 comments on commit 2a563a5

Please sign in to comment.