Skip to content

Commit

Permalink
chore(deps): update to marked@4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update to marked v4
  • Loading branch information
azu committed Nov 13, 2021
1 parent 6196c9c commit f5ac328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser.ts
@@ -1,7 +1,7 @@
// Browser version
// It is referred by "browser" field
// https://github.com/defunctzombie/package-browser-field-spec
import marked from "marked";
import { marked } from "marked";
import DOMPurify from "dompurify";
import { createMarkdownOptions } from "./Options";
import { createCoreProcessor } from "./core";
Expand Down

0 comments on commit f5ac328

Please sign in to comment.