Skip to content

Commit fffe736

Browse files
committed
Moved xmldom to the runtime deps.
1 parent b6c5d7b commit fffe736

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"LICENSE",
1717
"README.md"
1818
],
19+
"dependencies": {
20+
"xmldom": "^0.6.0"
21+
},
1922
"devDependencies": {
2023
"@jest/globals": "^29.7.0",
2124
"@types/jest": "^29.5.14",
@@ -25,8 +28,7 @@
2528
"ts-jest": "^29.2.6",
2629
"ts-node": "^10.9.2",
2730
"tsc-alias": "^1.8.11",
28-
"typescript": "^5.7.3",
29-
"xmldom": "^0.6.0"
31+
"typescript": "^5.7.3"
3032
},
3133
"publishConfig": {
3234
"access": "public"

0 commit comments

Comments
 (0)