fix: Make n8n-workflow a regular dependency

This commit is contained in:
Iván Ovejero 2025-02-03 11:51:39 +01:00
commit a992e72396
No known key found for this signature in database

View file

@ -44,12 +44,14 @@
"dist/nodes/HttpBin/HttpBin.node.js"
]
},
"dependencies": {
"n8n-workflow": "*"
},
"devDependencies": {
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.56.0",
"eslint-plugin-n8n-nodes-base": "^1.16.1",
"gulp": "^4.0.2",
"n8n-workflow": "*",
"prettier": "^3.3.2",
"typescript": "^5.5.3"
},