Add xml2js dependency to n8n-workflow (#1717)

This commit is contained in:
lublak 2021-05-01 03:29:44 +02:00 committed by GitHub
parent f2ec7ec6ac
commit 0cc3aea629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,8 @@
}, },
"dependencies": { "dependencies": {
"lodash.get": "^4.4.2", "lodash.get": "^4.4.2",
"riot-tmpl": "^3.0.8" "riot-tmpl": "^3.0.8",
"xml2js": "^0.4.23"
}, },
"jest": { "jest": {
"transform": { "transform": {