make n8n-workflow a peerDependency

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-05-02 11:47:31 +02:00
commit 0b3d008aa1
No known key found for this signature in database
GPG key ID: 9300FF7CDEA1FBAA
2 changed files with 47 additions and 21 deletions

View file

@ -38,14 +38,15 @@
"dist/nodes/HttpBin/HttpBin.node.js"
]
},
"dependencies": {
"n8n-workflow": "*"
},
"devDependencies": {
"@typescript-eslint/parser": "~5.45",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"n8n-workflow": "*",
"prettier": "^2.7.1",
"typescript": "~4.8.4"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}