stop using n8n-core in nodes

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

View file

@ -38,14 +38,13 @@
"dist/nodes/HttpBin/HttpBin.node.js"
]
},
"dependencies": {
"n8n-workflow": "*"
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/request-promise-native": "~1.0.15",
"@typescript-eslint/parser": "~5.45",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"n8n-core": "*",
"n8n-workflow": "*",
"prettier": "^2.7.1",
"typescript": "~4.8.4"
}