fix(deps): libxmljs2 is now an optional dependency and can be handled if missing

This commit is contained in:
lowlighter
2022-07-04 19:58:37 -04:00
parent dade2cd2bd
commit 71c4e48d6c
3 changed files with 233 additions and 260 deletions

View File

@@ -78,6 +78,7 @@
"transform": {}
},
"optionalDependencies": {
"gifencoder": "^2.0.1"
"gifencoder": "^2.0.1",
"libxmljs2": "^0.30.1"
}
}