mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
➕ Add xml2js dependency to n8n-workflow (#1717)
This commit is contained in:
parent
f2ec7ec6ac
commit
0cc3aea629
|
@ -37,7 +37,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"lodash.get": "^4.4.2",
|
||||
"riot-tmpl": "^3.0.8"
|
||||
"riot-tmpl": "^3.0.8",
|
||||
"xml2js": "^0.4.23"
|
||||
},
|
||||
"jest": {
|
||||
"transform": {
|
||||
|
|
Loading…
Reference in a new issue