Skip to content

Commit

Permalink
Export BoldCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Aug 18, 2015
1 parent b572547 commit 53bfd64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import Editor from './editor/editor';
import BoldCommand from './commands/bold';
import ImageCard from './cards/image';

const ContentKit = {
Editor,
ImageCard
ImageCard,
BoldCommand
};

export function registerGlobal(global) {
Expand Down

0 comments on commit 53bfd64

Please sign in to comment.