Replace libxmljs with libxmljs2

This commit is contained in:
Aleksandr Statciuk 2022-05-08 13:28:17 +03:00
parent 012cbb5330
commit d5ca9983fb
4 changed files with 75 additions and 50 deletions

View file

@ -1,5 +1,5 @@
const chalk = require('chalk')
const libxml = require('libxmljs')
const libxml = require('libxmljs2')
const { program } = require('commander')
const { logger, file } = require('../../core')