Skip to content

Commit

Permalink
fix(): fix toolbar interface
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Feb 8, 2019
1 parent 42bafa8 commit ce6ee4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-quill",
"license": "MIT",
"version": "4.6.8",
"version": "4.6.9",
"author": {
"name": "Bengt Weiße"
},
Expand Down
2 changes: 1 addition & 1 deletion src/quill-editor.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface QuillModules {
handlers?: {
[key: string]: any
}
}
} | boolean
}

export interface QuillConfig {
Expand Down

0 comments on commit ce6ee4c

Please sign in to comment.