mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
➕ Add xml2js dependency to n8n-workflow (#1717)
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user