We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6196c9c commit f5ac328Copy full SHA for f5ac328
src/browser.ts
@@ -1,7 +1,7 @@
1
// Browser version
2
// It is referred by "browser" field
3
// https://github.com/defunctzombie/package-browser-field-spec
4
-import marked from "marked";
+import { marked } from "marked";
5
import DOMPurify from "dompurify";
6
import { createMarkdownOptions } from "./Options";
7
import { createCoreProcessor } from "./core";
0 commit comments