Skip to content

Commit

Permalink
publish find polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
nozer committed Jul 27, 2019
1 parent 5ebc131 commit b72d3a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/commonjs/main.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { QuillDeltaToHtmlConverter } from './QuillDeltaToHtmlConverter';
export { OpToHtmlConverter } from './OpToHtmlConverter';
export { InlineGroup, VideoItem, BlockGroup, ListGroup, ListItem, BlotBlock } from "./grouper/group-types";
export { DeltaInsertOp } from "./DeltaInsertOp";
export { InsertDataQuill, InsertDataCustom } from "./InsertData";
Expand Down
2 changes: 2 additions & 0 deletions dist/commonjs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Object.defineProperty(exports, "__esModule", { value: true });
var QuillDeltaToHtmlConverter_1 = require("./QuillDeltaToHtmlConverter");
exports.QuillDeltaToHtmlConverter = QuillDeltaToHtmlConverter_1.QuillDeltaToHtmlConverter;
var OpToHtmlConverter_1 = require("./OpToHtmlConverter");
exports.OpToHtmlConverter = OpToHtmlConverter_1.OpToHtmlConverter;
var group_types_1 = require("./grouper/group-types");
exports.InlineGroup = group_types_1.InlineGroup;
exports.VideoItem = group_types_1.VideoItem;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quill-delta-to-html",
"version": "0.10.12",
"version": "0.10.13",
"description": "Converts Quill's delta ops to HTML",
"main": "./dist/commonjs/main.js",
"types": "./dist/commonjs/main.d.ts",
Expand Down

0 comments on commit b72d3a8

Please sign in to comment.