Skip to content

Commit d0d557e

Browse files
committed
Import new @xmldom package
1 parent 9fd9177 commit d0d557e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/section.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Hook from "./utils/hook";
44
import { sprint } from "./utils/core";
55
import { replaceBase } from "./utils/replacements";
66
import Request from "./utils/request";
7-
import { DOMParser as XMLDOMSerializer } from "xmldom";
7+
import { DOMParser as XMLDOMSerializer } from "@xmldom/xmldom";
88

99
/**
1010
* Represents a Section of the Book

src/utils/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Core Utilities and Helpers
33
* @module Core
44
*/
5-
import { DOMParser as XMLDOMParser } from "xmldom";
5+
import { DOMParser as XMLDOMParser } from "@xmldom/xmldom";
66

77
/**
88
* Vendor prefixed requestAnimationFrame

0 commit comments

Comments
 (0)