forked from slab/quill
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove fancybox outelement span
- Loading branch information
Showing
10 changed files
with
23 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "quill", | ||
"version": "2.0.12", | ||
"version": "2.0.14", | ||
"description": "Your powerful, rich text editor", | ||
"author": "Jason Chen <[email protected]>", | ||
"homepage": "http://quilljs.com", | ||
|
@@ -155,7 +155,8 @@ | |
"test:functional": "./_develop/scripts/puppeteer.sh", | ||
"test:unit": "npm run build; karma start _develop/karma.config.js", | ||
"test:coverage": "webpack --env.coverage --config _develop/webpack.config.js; karma start _develop/karma.config.js --reporters coverage", | ||
"travis": "npm run lint && karma start _develop/karma.config.js --reporters dots,saucelabs" | ||
"travis": "npm run lint && karma start _develop/karma.config.js --reporters dots,saucelabs", | ||
"copy-to-editor": "npm run build && cp \"./dist/quill.js\" ../ngx-tethys-editor/node_modules/quill/dist" | ||
}, | ||
"keywords": [ | ||
"editor", | ||
|