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:
Domenic Denicola 2020-10-22 19:09:43 -04:00
commit e13ca0de74
4 changed files with 37 additions and 43 deletions

View file

@ -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": {