make n8n-workflow a peerDependency
This commit is contained in:
parent
571ab0acb1
commit
0b3d008aa1
2 changed files with 47 additions and 21 deletions
|
|
@ -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": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue