fix(deps): libxmljs2 is now an optional dependency and can be handled if missing
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
"transform": {}
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"gifencoder": "^2.0.1"
|
||||
"gifencoder": "^2.0.1",
|
||||
"libxmljs2": "^0.30.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user