Remove xmlserializer dependency
jsdom can be counted on to do that for us, these days, in a more standards-complaint way. A notable change is that void elements get serialized like <br /> instead of <br/>.
This commit is contained in:
parent
24d2a0a1ab
commit
e13ca0de74
4 changed files with 37 additions and 43 deletions
|
|
@ -28,7 +28,6 @@
|
|||
"jsdom": "^16.2.2",
|
||||
"requisition": "^1.5.0",
|
||||
"throat": "^5.0.0",
|
||||
"xmlserializer": "^0.6.1",
|
||||
"yargs": "^15.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue