Move libxmljs to optional dependencies

This commit is contained in:
lowlighter
2021-03-16 13:58:20 +01:00
parent 389a599a5e
commit 08f2d7bd7a
2 changed files with 881 additions and 20 deletions

895
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,12 +49,14 @@
"devDependencies": { "devDependencies": {
"eslint": "^7.21.0", "eslint": "^7.21.0",
"jest": "^26.6.3", "jest": "^26.6.3",
"nodemon": "^2.0.7", "nodemon": "^2.0.7"
"libxmljs": "^0.19.7"
}, },
"jest": { "jest": {
"testEnvironment": "node", "testEnvironment": "node",
"testTimeout": 60000, "testTimeout": 60000,
"transform": {} "transform": {}
},
"optionalDependencies": {
"libxmljs": "^0.19.7"
} }
} }